create-agent
Installation
SKILL.md
Agent Creator
Generate well-structured Claude Code agents — markdown files with YAML frontmatter that delegate complex multi-step work to autonomous subprocesses with isolated context windows.
Agents vs Skills — know the difference before generating:
- Agents run in isolated context, have second-person system prompts ("You are..."), use concise
>folded scalar descriptions (50-70 tokens, no<example>blocks), and are spawned via the Agent tool - Skills inject inline into the current conversation, use imperative body instructions for Claude to follow, and route via description matching on trigger phrases
Phase 0: Understand Requirements
Parse $ARGUMENTS for hints. Gather:
Identity:
- Domain & purpose — What problem does this agent solve?
- Expert persona — What specialist identity should it embody?