multi-agent-patterns
Installation
SKILL.md
Multi-Agent Patterns Skill
Overview
This skill addresses multi-agent system design, covering scenarios where supervisor patterns, swarm architectures, or agent coordination strategies are needed. Core insight: "Sub-agents exist primarily to isolate context, not to anthropomorphize role division."
Quick Start
- Identify need - Why multiple agents? (context limits, parallelism, specialization)
- Choose pattern - Supervisor, peer-to-peer, or hierarchical
- Design communication - Message passing, handoffs, state sharing
- Implement safeguards - Validation, timeouts, conflict resolution
- Monitor - Token usage, bottlenecks, failures