agent-creator
SKILL.md
Agent Creator
This skill provides guidance for creating effective Claude Code agents.
About Agents
Agents are Markdown files with YAML frontmatter that configure Claude Code with specialized behavior. They can be used in two ways:
- Main Agent (
claude --agent name) - Starts Claude Code as this persona - Subagent (Task tool) - Spawns a focused worker that reports back
Unlike skills (which inject knowledge into context), agents fundamentally change who Claude is for that session - the system prompt, available tools, and even the model.