Documentation
README
Agent Creator
$ARGUMENTS
Create a new specialized agent following ai-toolkit conventions.
Workflow
- Capture role -- what problem space should the agent own?
- Define triggers -- which keywords or task types should route to this agent?
- Choose tools -- minimal tool set, least privilege first
- Choose model --
opusfor deep reasoning,sonnetfor lighter pattern work - Map supporting skills -- which knowledge skills should the agent reference?
- Write instructions -- capabilities, constraints, escalation rules, deliverables
- Validate -- frontmatter, naming, skills references, tool whitelist
Required Frontmatter
This is the opening of the README. Read the full README on GitHub.