skillful-subagent-creator
Installation
SKILL.md
Skillful Subagent Creator
Creates Claude subagents that are equipped with curated skills as their standard operating procedures. Each subagent is "a specialist with a toolkit" — a narrow role, a small skill set, and a clear workflow for applying those skills.
When to Use
✅ Use for:
- Designing a specialist subagent for a specific domain
- Selecting which skills to attach to a subagent (2-5 core skills)
- Writing the 4-section subagent prompt (Identity, Skills, Task Loop, Constraints)
- Wiring subagents into DAG orchestration workflows
- Defining input/output contracts between DAG nodes
❌ NOT for:
- Creating the skills themselves (use
skill-architect) - Single-agent prompting without skills
- General Claude Code features or MCP setup