Creates Claude Code subagents for task delegation. Guides through agent configuration, tool selection, and system prompts. Use this skill when the user wants to create a new agent, delegate tasks to specialists, or asks about subagents.
Guides creation of Claude Code subagents for task delegation.
.claude/agents/Progress:
- [ ] Define purpose and triggers
- [ ] Choose storage location
- [ ] Select tools and model
- [ ] Write system prompt
- [ ] Create agent file
Ask user:
| Location | Path | Use For |
|---|
| Project | .claude/agents/ | Team-shared, project-specific |
| User | ~/.claude/agents/ | Personal, cross-project |
Project agents take priority over user agents.
Tools - Grant minimum needed:
| Tool | Purpose |
|---|---|
| Read | Read files |
| Write | Create files |
| Edit | Modify files |
| Glob | Find files |
| Grep | Search content |
| Bash | Run commands |
| Task | Spawn subagents |
Model - Choose based on task:
| Model | Best For |
|---|---|
opus | Complex reasoning, nuanced decisions |
sonnet | General tasks (default) |
haiku | Quick lookups, simple analysis |
inherit | Use parent's model |
Keep prompts focused:
---