zircote/claude-team-orchestration

3 stars · Last commit 2026-04-20

Multi-agent orchestration plugin for Claude Code. Coordinate agent teams with shared tasks, messaging, and 7 patterns including RLM (arXiv:2512.24601) for large-file analysis beyond context limits.

README preview

<picture>
  <source media="(prefers-color-scheme: dark)" srcset=".github/social-preview-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset=".github/social-preview.svg">
  <img alt="swarm - Multi-agent orchestration for Claude Code" src=".github/social-preview.svg" width="100%">
</picture>

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Claude Code Plugin](https://img.shields.io/badge/Claude_Code-plugin-7c3aed)](https://code.claude.com/docs/en/plugins)
[![Agent Teams](https://img.shields.io/badge/agent_teams-experimental-f59e0b)](https://code.claude.com/docs/en/agent-teams)
[![Version](https://img.shields.io/badge/version-1.4.0-22d3ee)](CHANGELOG.md)
[![RLM Pattern](https://img.shields.io/badge/RLM-arXiv:2512.24601-b31b1b.svg)](https://arxiv.org/abs/2512.24601)

Multi-agent orchestration plugin for [Claude Code](https://claude.com/claude-code). Coordinate teams of agents with shared tasks, inter-agent messaging, and proven patterns for parallel reviews, pipelines, self-organizing swarms, and large-file analysis via the [RLM pattern](https://arxiv.org/abs/2512.24601).

**Official docs:** [Agent Teams](https://code.claude.com/docs/en/agent-teams)

<p align="center">
  <img src=".github/readme-infographic.svg" alt="How Swarm Orchestration Works" width="700">
</p>

View full repository on GitHub →