agent-creator
Installation
SKILL.md
Agent Creator
Use this skill when the user wants a new reusable agent added to the current repository, not just a one-off spawned subagent for the current turn.
Goal
Create repo-local agent definitions under .codex/agents that match the patterns already used in the target codebase.
HARD-GATE
Before you write or patch an agent definition, you MUST check the current repo for:
- the closest existing agent under
.codex/agents - the current skill inventory that could match the requested role
- the current MCP servers that could be a true dependency for that role
Do not invent a skill path or MCP server name from memory when the repo can prove what exists. If no existing skill or MCP server is a strong fit, leave that block out.