Use when creating expert agents. Generates an agent .toml with the required fields, attached skills, and required sections.
Agent Creator
Agent Workflow (MANDATORY)
Before ANY agent creation, spawn 2 subagents in parallel (one dispatch, spawn_agent). Generated agents reference other agents by their bare name via spawn_agent too, so this same pattern is what they must use internally:
mcp__context7__query-docs is a direct MCP call, not a spawned agent — invoke it directly (alongside the 2 subagents) to get examples from existing agents.
After creation, run sniper for validation.
Overview
Action
When to Use
New Agent
New domain/framework expert needed
Adapt
Copy from similar agent (Next.js → React)
Update
Add skills, modify sections
Critical Rules
ALL content in English - Never French or other languages
Agent Workflow section - Always first content section (inside developer_instructions)
SOLID rules reference - Attach and link the solid-<stack> skill
Register in the plugin manifest - Or the agent won't load
Hooks live in hooks/hooks.json - Plugin level, never in the agent .toml
Output Format section mandatory - Every generated agent must define a standard ## Output Format section (status, files_changed, errors, sources) — an agent invoked by a lead must return structured data, not prose