Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@zircote zircote released this 10 Feb 15:21
· 49 commits to main since this release
v1.0.0
6a83166

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:

Install

claude /plugin install https://github.com/zircote/claude-team-orchestration

Prerequisites

  • Claude Code CLI 1.0.33+
  • CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 enabled
  • tmux recommended for split-pane mode

Attribution

Based on the Claude Code Swarm Orchestration Skill by @kieranklaassen, decomposed into modular plugin skills.