swarm-orchestration

Coordinate multiple Claude Code agents across tmux or kitty for multi-agent projects.

8|1|Updated Dec 16, 2025
One-click install
npx skills add https://github.com/Und3rf10w/claude-litter --skill swarm-orchestration-und3rf10w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swarm-orchestration
Source: https://github.com/Und3rf10w/claude-litter/tree/main/plugins/claude-swarm/skills/swarm-orchestration
Command: npx skills add https://github.com/Und3rf10w/claude-litter --skill swarm-orchestration-und3rf10w

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The swarm-orchestration skill provides a structured approach to coordinating multiple Claude Code agents as a cohesive team, enabling scalable multi-agent collaboration and reducing manual coordination overhead.

Core Features & Use Cases

  • Spawns and coordinates a team (team-lead + workers) across tmux or kitty.
  • Supports Delegation mode (auto-spawned team-lead) or Direct mode (--no-lead) for full control.
  • Manages the swarm lifecycle: creation, task assignment, progress monitoring (swarm-status), inbox communications (swarm-inbox), and cleanup (swarm-cleanup).
  • Provides discovery and join flows (swarm-discover, swarm-join, swarm-approve-join, swarm-reject-join).

Quick Start

Create a new swarm with /claude-swarm:swarm-create "<team-name>" "<description>".

Frequently Asked Questions about swarm-orchestration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multiple Claude Code agents to work on the same project?

Multi-agent orchestration coordinates multiple Claude Code agents into a cohesive team using tmux or kitty, enabling scalable collaboration and reducing manual coordination overhead for complex tasks.

What is the difference between delegation mode and direct mode for multi-agent teams?

Delegation mode auto-spawns a team-lead to manage workers, while Direct mode uses the --no-lead flag to give you full manual control over task assignment and inter-agent communication.

How do I create and spawn a multi-agent swarm in Claude Code?

Create a swarm using the /claude-swarm:swarm-create command with a team name and description, then spawn workers and assign tasks through the provided slash commands for team management.

Can I use tmux or kitty to manage multi-agent Claude Code workflows?

Yes, multi-agent Claude Code orchestration supports both tmux and kitty terminal multiplexers to spawn, coordinate, and monitor multiple agents across panes or windows simultaneously.

How do I monitor progress and manage communications across a multi-agent Claude Code team?

Use the swarm-status command to track task progress and swarm-inbox to manage inter-agent communications, ensuring coordinated workflow management throughout the project lifecycle.

When should I use multi-agent orchestration instead of a single Claude Code agent?

Use multi-agent orchestration when tasks are complex enough to require scalable collaboration, as spawning a team-lead and workers reduces manual coordination overhead compared to a single agent.