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

Agents Room: Desktop App for Visualizing Claude Code Agent Teams
Agents Room is an Electron desktop application that scans for .claude/agents/ folders, reads frontmatter, and visualizes agent relationships on a canvas with automatic connection lines. It allows creating/editing agents, skills, and commands directly in the UI instead of editing markdown files.

Claude Opus 4.6: A Model for Sustained Engineering Tasks
Claude Opus 4.6 brings sustained focus to long-term projects, supporting multi-day tasks with features like ultra-long context and adaptive thinking.

GAN Skill for Claude Code: Adversarial AI Tool for Idea Refinement
A Claude Code skill called /gan uses adversarial AI roles to critique and improve ideas through alternating Discriminator and Generator phases, with features like intensity modes, multi-language output, and forced role selection developed through self-iteration.
Using an adversarial Claude chat to catch kickoff ambiguities before they cost you
A developer added a second Claude chat whose only job is to adversarially review kickoffs for ambiguous specs and silent failures, saving an estimated $150-400 in Claude Code rework across a project phase.