This one's about keeping your main Claude Code context clean by spinning up specialized sub-agents for specific tasks. Each sub-agent gets its own context window, tools, and system prompt, so you can delegate work without polluting your primary conversation. The real insight here is that it's less about specialization and more about context hygiene, which is honestly the smarter framing. It's marked production ready and pulls from the official Claude Code docs. Fair warning: this uses hooks that auto-execute code, so you'll want to review what it's doing before installing. With 402 installs and solid audit scores, it seems like people are finding real use for it.
npx skills add https://github.com/jezweb/claude-skills --skill sub-agent-patterns