sub-agent-patterns

Create and configure custom sub-agents in Claude Code via YAML.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill sub-agent-patterns-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agent-patterns
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/sub-agent-patterns
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill sub-agent-patterns-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill demystifies Claude's powerful sub-agent system, enabling users to delegate complex tasks efficiently, manage context, and build custom agents for specialized workflows.

Core Features & Use Cases

  • Understand Built-in Agents: Learn about Explore, Plan, and General-Purpose agents.
  • Create Custom Agents: Define your own specialized agents with specific tools and prompts.
  • Optimize Delegation: Master patterns for bulk operations, parallel research, and complex workflows.
  • Use Case: You need to audit 50 skills for outdated dependencies. Instead of doing it manually, you can define a custom auditor agent and delegate the task, receiving a structured report of findings.

Quick Start

Use the sub-agent-patterns skill to learn how to create a custom code-reviewer agent.

Frequently Asked Questions about sub-agent-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom sub-agent in Claude Code for task delegation?

Custom sub-agents in Claude Code are defined via YAML configuration files where you specify tools, prompts, and model selection. This enables precise task delegation and workflow automation for specialized operations like auditing or code review.

What built-in agents are available for workflow automation in Claude Code?

Claude Code includes three built-in agents: Explore, Plan, and General-Purpose. These agents manage context and handle delegation for complex workflows without requiring custom configuration.

Can I run parallel research and bulk operations using multiple sub-agents?

Yes, you can execute parallel research and bulk operations using advanced delegation patterns like orchestration and background processing. These patterns enable concurrent multi-agent task execution for efficient batch processing.

What is the best way to manage context and batch sizing for multi-agent operations?

Effective context management for multi-agent operations requires applying prompt engineering and batch sizing strategies. Proper batch sizing prevents context overload and maintains efficient delegation across parallel tasks.

Does Claude Code support orchestration and background processing for automated workflows?

Claude Code supports orchestration and background processing as advanced delegation patterns. These features coordinate multiple sub-agents to automate complex workflows and execute tasks concurrently in the background.