agent-creator

Installation
SKILL.md

Agent Creator

$ARGUMENTS

Create a new specialized agent following ai-toolkit conventions.

Workflow

  1. Capture role -- what problem space should the agent own?
  2. Define triggers -- which keywords or task types should route to this agent?
  3. Choose tools -- minimal tool set, least privilege first
  4. Choose model -- opus for deep reasoning, sonnet for lighter pattern work
  5. Map supporting skills -- which knowledge skills should the agent reference?
  6. Write instructions -- capabilities, constraints, escalation rules, deliverables
  7. Validate -- frontmatter, naming, skills references, tool whitelist

Required Frontmatter

Installs
7
GitHub Stars
175
First Seen
May 16, 2026
agent-creator — softspark/ai-toolkit