When you need Claude to spin up specialized instances that handle focused tasks autonomously, this is your guide. It walks through the `/agents` workflow, shows you how to write strong system prompts with pure XML structure (no markdown headings in the body), and explains the critical constraint: subagents can't interact with users. They're black boxes that use tools like Read, Write, and Bash, then return their output to the main conversation. The skill includes practical patterns for splitting work between main chat (gathering requirements, presenting options) and subagents (research, code generation, analysis). Covers project versus user level agents, tool configuration, and model selection.
npx skills add https://github.com/glittercowboy/taches-cc-resources --skill create-subagents