v1.0.0 — Initial Release
swarm v1.0.0
Multi-agent orchestration plugin for Claude Code. Coordinate teams of agents with shared tasks, messaging, and proven patterns.
What's included
8 modular skills under the swarm: namespace:
| Skill | Description |
|---|---|
swarm:orchestrating |
Primitives overview, lifecycle, quick reference |
swarm:team-management |
Create teams, spawn teammates, delegate mode, shutdown |
swarm:task-system |
Tasks, dependencies, claiming, progress tracking |
swarm:messaging |
DMs, broadcasts, shutdown requests, plan approvals |
swarm:agent-types |
Built-in + plugin agents with selection guide |
swarm:orchestration-patterns |
6 patterns: parallel, pipeline, swarm, research+impl, plan approval, refactoring |
swarm:spawn-backends |
In-process, tmux, iTerm2 with auto-detection |
swarm:error-handling |
Common errors, hooks, limitations, recovery |
Documentation:
- Getting Started - Install to first team run
- Agent Types - Which agent for which task
- Patterns - When to use which pattern
- Troubleshooting - Common failures and fixes
Install
claude /plugin install https://github.com/zircote/claude-team-orchestrationPrerequisites
- Claude Code CLI 1.0.33+
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1enabledtmuxrecommended for split-pane mode
Attribution
Based on the Claude Code Swarm Orchestration Skill by @kieranklaassen, decomposed into modular plugin skills.