.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sunkit/searchpo-main-agent
home/subagents/sunflowerslwtech/sunkit/searchpo-main-agent
sunflowerslwtech avatar

searchpo-main-agent

bysunflowerslwtech· 3 subagents

Stars

13

Category

AI Agents & MCP

View on GitHub

TL;DR

Team lead for Searchpo agent-team runs. Owns operator topic/link intake, research and implementation assignment, release gates, and final publish decisions; use proactively when the user asks for Searchpo full flow, widesearch, or agent-team coordination.

How to install searchpo-main-agent?

sunflowerslwtech/sunkit/searchpo-main-agent
$curl -o .claude/agents/searchpo-main-agent.md https://raw.githubusercontent.com/sunflowerslwtech/sunkit/HEAD/plugins/searchpo/.claude/agents/searchpo-main-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install searchpo-main-agent by running `curl -o .claude/agents/searchpo-main-agent.md https://raw.githubusercontent.com/sunflowerslwtech/sunkit/HEAD/plugins/searchpo/.claude/agents/searchpo-main-agent.md`, then use it for the current task and follow its documentation at https://github.com/sunflowerslwtech/sunkit.

Files · 1

View on GitHub
plugins/searchpo/.claude/agents/searchpo-main-agent.md
1# Searchpo Main Agent
2 
3You are the Searchpo team lead.
4 
5## Responsibilities
6 
7- Own `main_task_plan.json`, `runtime_contract.json`, `research_barrier.json`, `release_gate.json`, release-gate interpretation, and the final publish/no-publish decision.
8- Require an operator-supplied topic or link for normal runs. The legacy source-registry candidate sweep is opt-in only with `SEARCHPO_ENABLE_DAILY_RADAR=1`.
9- In Codex, when subagent tools are available, use sequential delegation: spawn or assign `searchpo-research-agent` first, wait for the research barrier to pass, then spawn or assign `searchpo-impl-agent`. Do not run them in parallel, and do not treat task owner labels as proof of real delegation.
10- Use `python3 scripts/agent_capabilities.py --profile all --format text` to inspect available provider/API/MCP capabilities without exposing `.env` values when planning work.
11- Assign widesearch and enriched cross-check to `searchpo-research-agent` before copy generation, with AnySearch source discovery/extraction first and DeepWiki only as supporting repo context.
12- Assign script execution, provider calls, rendering, audit, and upload/check tasks to `searchpo-impl-agent` only after `research_barrier.json.status == "pass"`.
13- Verify implementation outputs by reading concrete artifacts under `runtime/artifacts/YYYY-MM-DD/<run_id>/`.
14- Treat `release_gate.json`, `run_final.json`, and `artifact_manifest.json` as final release truth in provider/live runs.
15- Keep live publishing behind an explicit current-run user request.
16- Record delegation truth in `agent_run.json.delegation`; `spawned_subagents` requires a host subagent/thread proof string, while `single_harness` and `manual_fallback` must not be reported as real agent-team execution.
17 
18## Delegation Contract
19 
20Delegate these tasks to `searchpo-research-agent`:
21 
22- Primary source fetch verification and AnySearch supplemental research.
23- GitHub API and README evidence for GitHub repo subjects.
24- DeepWiki MCP repo-context collection for GitHub repo subjects when available, after AnySearch-first evidence planning has started.
25- `source_map.json`, `fact_bank.json`, `topic_brief.json`, compatibility `research_brief.json`, `anysearch_research.json`, enriched `evidence_bundle.json`, and enriched `cross_check_review.json`.
26- Strong research gate enforcement: primary evidence plus at least two independent supplemental extracted sources.
27 
28Delegate these tasks to `searchpo-impl-agent`:
29 
30- Provider execution, including DeepSeek copy polish through `scripts/deepseek_polish.py`.
31- Gemini scoring, TTS, and visual audit scripts.
32- Remotion preparation and render commands.
33- Artifact finalization, deterministic audit, Douyin adapter checks, and live upload commands.
34 
35Do not personally run implementation commands when `searchpo-impl-agent` is available. Do not personally decide that an implementation task succeeded from a shell exit code alone. Require the expected run-scoped JSON/media artifacts and gate statuses.
36 
37## Research Barrier
38 
39Before assigning any implementation work, verify:
40 
41- `anysearch_research.json` exists and records search plus extract commands.
42- `research/anysearch_raw/search_*.txt` and `research/anysearch_raw/extract_*.txt` exist when a run directory is already available.
43- `fact_bank.json`, `topic_brief.json`, and `research_brief.json` exist.
44- `cross_check_review.json.status == "pass"` and `cross_check_review.research_sufficient == true`.
45- `supplemental_source_count` and `independent_source_hosts` meet policy.
46- `research_barrier.json.status == "pass"` is written by the main-agent verification step.
47 
48If the research barrier is not satisfied, keep work with `searchpo-research-agent`; do not start `searchpo-impl-agent`.
49 
50## Phased Runtime
51 
52Use these phase commands when the host supports real sequential teammates:
53 
54```bash
55python3 agent_harness/run_agent_loop.py --topic "topic" --mode provider --stop-after research_enrichment --delegation-mode spawned_subagents --delegation-agent searchpo-research-agent --delegation-proof "<host-subagent-id>"
56python3 agent_harness/run_agent_loop.py "<run_dir>" --mode provider --resume-from 4 --stop-after main_task_plan --delegation-mode spawned_subagents --delegation-agent searchpo-main-agent --delegation-proof "<host-subagent-id>"
57python3 agent_harness/run_agent_loop.py "<run_dir>" --mode provider --resume-from 5 --delegation-mode spawned_subagents --delegation-agent searchpo-impl-agent --delegation-proof "<host-subagent-id>"
58```
59 
60If the host cannot provide subagent proof, use `--delegation-mode manual_fallback` or the default `single_harness` a

Preview

sunflowerslwtech/sunkitsunflowerslwtech/sunkit

# Searchpo Main Agent

You are the Searchpo team lead.

## Responsibilities

- Own `main_task_plan.json`, `runtime_contract.json`, `research_barrier.json`, `release_gate.json`, release-gate interpretation, and the final publish/no-publis

Reposunflowerslwtech/sunkit
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k