Claude Code Subagents Explained — How a Solo Developer Splits Work with Multi-Agents (.claude/agents in Practice)
At a glance: A Claude Code subagent is a specialized Claude instance with its own context window, a dedicated system prompt, and a scoped tool list. You define it as a Markdown file in the .claude/agents/ folder and manage it with the /agents command. It solves the problem of ballooning context through isolation, and it’s … Read more