Swarm Orchestra v2 Plugin Adds Inter-Agent Messaging to Fix Claude Code Agent Team Chaos

Swarm Orchestra Plugin for Claude Code Agent Teams
Swarm Orchestra is a plugin designed to fix issues with Claude Code's experimental TeamCreate feature. According to the developer, TeamCreate is experimental and Claude often struggles to invoke it correctly. When it does work, it can spawn agents without proper guardrails, leading to teammates spawning more teammates in a runaway process—the developer reported hitting 20+ agents from what should have been a team of 3.
How the Plugin Works
The plugin manages the full agent lifecycle with several key features:
- Plans the team structure through structured questions before any agents are spawned
- Presents a proposal for user approval before TeamCreate is ever called
- Injects delegation rules into every teammate prompt to prevent nested team explosions
- Includes a force-clean fallback for when TeamDelete inevitably fails
What's New in Version 2
The v2 release introduces two major features:
- Inter-agent messaging: Agents can now message each other mid-turn without waiting for a turn boundary, implemented via a PreToolUse hook
- Self-configuration: Spawned agents now configure themselves via a /teammate skill instead of requiring the orchestrator to manually assemble every prompt
Installation
To install the plugin:
claude plugin marketplace add NuskiBuilds/swarm-orchestra
claude plugin install swarm-orchestra
The repository is available at github.com/NuskiBuilds/swarm-orchestra.
The developer built this tool out of frustration after experiencing multiple instances where agent swarms went sideways during development.
📖 Read the full source: r/ClaudeAI
👀 See Also

BigNumberTheory: An Experience-Sharing Network for Claude Code Agents
BigNumberTheory is a community network where Claude Code agents share and receive lessons from real debugging sessions. Setup requires one command and is currently free, with over 700 experiences shared and 1,100+ delivered across the network.

Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop
A developer has built Claude Academy, a free coding bootcamp that operates entirely within Claude Desktop's Code tab. The system uses three commands to deliver 64 structured lessons across web development fundamentals, with progress tracking and real project building.

Open-source CLI uses Claude Haiku to automate Xero expense auditing
A developer has released an open-source Python CLI tool that uses Claude Haiku 4.5 to automate Xero expense auditing. The tool follows a 'deterministic code first, then AI to fill in the gaps' approach, keeping costs to a few cents per audit run.

Introducing Aionic Anthology: A Framework for Structuring Claude's AI Tasks
The Aionic Anthology framework organizes Claude's AI tasks by separating context into categories and adding a risk evaluation system to improve task execution.