Delegate complex tasks to specialized AI agents with isolated context windows and custom system prompts.
Continue readingPosts Tagged → subagents
Claude Code Extensibility: Skills vs Hooks vs Subagents
Claude Code extensibility gives you four distinct mechanisms to reshape the agentic coding workflow around your team’s needs. Skills, Hooks, Subagents, and Plugins each occupy a unique position on the extensibility spectrum, and choosing the wrong one wastes time, tokens, and context. This guide gives you a decision framework so you pick correctly the first… Continue reading
Claude Code Agent Orchestration Patterns
Agent orchestration is the layer above subagents and agent teams: deciding which topology a task needs, what that choice costs, and which controls keep a multi-agent run honest. Claude Code gives you the primitives. It does not decide when delegation helps or when it quietly makes things worse. Agent orchestration: What You’ll Learn This guide… Continue reading