Claude Multiagent Guide En Samples
Description
Sample code for Multi-Agent Development with Claude Code (English Edition)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Multi-Agent Development with Claude Code -- Companion Code
Sample code repository for the book *[Multi-Agent Development with Claude Code](https://www.amazon.com/dp/B0GX2ZZJV6)* by Makino Makoto (Amazon Kindle).
Structure
| Directory | Chapter | Contents | Files |
|---|---|---|---|
ch01-why-multiagent/ |
Ch1 | The Case for Multi-Agent Systems | 2 |
ch02-five-patterns/ |
Ch2 | Five Workflow Patterns | 4 |
ch03-subagent-basics/ |
Ch3 | How Subagents Work | 5 |
ch04-custom-subagent/ |
Ch4 | Building Custom Subagents | 5 |
ch05-subagent-mcp/ |
Ch5 | Connecting Subagents to External Tools via MCP | 4 |
ch06-orchestrator-design/ |
Ch6 | Orchestrator Design | 2 |
ch07-tool-design-aci/ |
Ch7 | Designing Tools for Agents | 6 |
ch08-prompt-principles/ |
Ch8 | Writing Effective Agent Prompts | 7 |
ch09-long-running-agent/ |
Ch9 | Managing Long-Running Agent Sessions | 7 |
ch10-error-recovery/ |
Ch10 | Error Recovery and Failure Modes | 8 |
ch11-agent-team-concept/ |
Ch11 | Getting Started with Agent Teams | 2 |
ch12-parallel-development/ |
Ch12 | Agent Teams in Practice | 4 |
ch13-evaluation-qa/ |
Ch13 | Evaluating Agent Performance | 3 |
ch14-production-reliability/ |
Ch14 | Production Reliability | 3 |
appendix-a-reference/ |
App A | Quick Reference Templates | 3 |
File Types
| Extension | Location | Description |
|---|---|---|
agents/*.md |
Per chapter | Custom subagent definitions (place in .claude/agents/ to use) |
*.sh |
Per chapter | Shell scripts (harnesses, hooks, validation) |
schemas/*.json |
Ch7 | Tool definition JSON schemas |
*.json |
Per chapter | Claude Code configuration files (settings.json, etc.) |
*.yml |
Per chapter | Strategy and task definitions |
CLAUDE-*.md |
Per chapter | CLAUDE.md templates (place in project root to use) |
Quick Start
git clone https://github.com/driftnode986/claude-mult
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11