write-subagent
Installation
SKILL.md
Subagent Creator
Create specialized subagents that run in isolated contexts via the Task tool.
Core Principles
- Isolated Context - Each subagent has its own context window
- Specialized Role - One clear responsibility per subagent
- Minimal Tools - Grant only necessary tool access
- Clear Trigger - Description must indicate when to use
Subagent Structure
.claude/agents/
├── code-reviewer.md # Project-level
├── test-runner.md
└── domain-expert.md