Claude Maestro
Description
Run multiple Claude Code agents in parallel via tmux. One script. No frameworks.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Maestro: Multi-Agent Claude Code Orchestration
**Run multiple Claude Code agents in parallel, each in its own tmux pane with an isolated git worktree.** One script. No frameworks. No experimental flags.
Drop one shell script into your project. Get parallel agents with file locking, inter-agent messaging, and automatic branch management — zero configuration.
Table of Contents
- The Problem
- The Solution
- How It Works
- Setup (1 minute)
- Usage
- Communication Between Agents
- Team Patterns
- Customizing
- FAQ
- Architecture
The Problem
You're deep into a complex task with Claude Code. Maybe you need to:
- Refactor a module while another agent writes tests for the old behavior
- Have a security reviewer scanning your codebase while you implement features
- Run three agents with competing hypotheses about a bug, in parallel
- Split a large feature across multiple agents to finish faster
Running multiple terminals manually is chaos. Two agents edit the same file — merge conflict. No one knows what the other is doing. You spend more time coordinating than coding.
The alternatives aren't great either:
| Approach | Problem |
|---|---|
| Multiple terminals manually | File conflicts, no coordination, chaos |
| Agent Teams (experimental) | Requires experimental flag, limited control |
| Python orchestrator frameworks | Heavy setup, dependencies, over-engineered |
| Single agent, sequential work | Slow — you're leaving parallelism on the table |
The Solution
**`orchestra.sh`** — a single shell script (~400 lines) that:
- Creates a tmux session with one pane per agent (tiled grid)
- Gives each agent its own git worktree (isolated filesystem — zero merge conflicts)
- Sets up a shared
.orchestra/directory for inter-a
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11