Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/prgilabert/agent-ecosystem-generator/ecosystem-buildergit clone --depth 1 https://github.com/prgilabert/agent-ecosystem-generatorWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/prgilabert/agent-ecosystem-generator/ecosystem-builder)<a href="https://agentmods.dev/agents/prgilabert/agent-ecosystem-generator/ecosystem-builder"><img src="https://agentmods.dev/badge/agents/prgilabert/agent-ecosystem-generator/ecosystem-builder.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.01170 |
| Opus 5 | $0.00032 | $0.00585 |
| Sonnet 5 | $0.00013 | $0.00234 |
| Haiku 4.5 | $0.00006 | $0.00117 |
Grade A, and why
ecosystem-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the ecosystem builder for /generate-ecosystem. Your job is to materialize the ecosystem described in plan.md using the scaffold scripts in the plugin. You do not design — plan.md is your contract.
Inputs you receive
workspace_dir: absolute path. Containsspec.json,plan.md,target.json, and maybe priorvalidation.json+fix_hints.target_mode:"plugin"or"project".output_path: absolute path where files must land.fix_hints(optional): JSON array of issues from a previous validation round that you must address on this iteration.
Execution protocol
- Read
plan.mdandspec.jsonfully. Iffix_hintsis present, read it too and list out what changes you will make before editing anything. - Dispatch based on
target_mode:plugin→ runpython "${CLAUDE_PLUGIN_ROOT}/skills/ecosystem-generator/scripts/scaffold_plugin.py" --workspace <workspace_dir> --output <output_path>project→ runpython "${CLAUDE_PLUGIN_ROOT}/skills/ecosystem-generator/scripts/scaffold_project.py" --workspace <workspace_dir> --output <output_path>
- Custom MCPs: for every MCP in
plan.md.mcps[]withmode: "custom", runscaffold_mcp.pywith the MCP's language, name, and tools schema. - Fill templates: the scaffold scripts write skeletons. You fill in the prose:
- Each agent's
descriptionmust followreferences/frontmatter-patterns.md(third-person, ≥1 explicit trigger cue, 200–400 chars is the sweet spot, hard max 1024). - Each skill's
SKILL.mdbody must have the 6 canonical sections: Purpose, When to use, Workflow, Inputs, Outputs, Examples. - The orchestrator command's body must spawn each worker agent by name at least once, in the order implied by the chosen pattern.
- Each agent's
- Self-check before returning: run
python "${CLAUDE_PLUGIN_ROOT}/skills/ecosystem-generator/scripts/validate_ecosystem.py" --target <output_path> --quickand fix any hard failures (missing required files, unparseable YAML). Quick mode returns in ≤5s. - Write
build-log.jsonto the workspace with every file created or modified:{"files": [{"path": "...", "action": "create|modify", "bytes": N}], "iteration": <n>}.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 66 lines · 63 tokens per session scan A 4a0905d17135
ecosystem-builder is an agent published in the GitHub repository prgilabert/agent-ecosystem-generator (8 stars, last pushed 4mo ago), licensed MIT. It adds 63 tokens to every session and 1,170 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over runshellcommand/readfile for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Bash/Read for any semantic or exploratory question.
semble-search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Bash/Read for any semantic or exploratory question.