Orchestra Code — AI skill for Claude Code
The operating system for AI coding agents — one supervised interface to run Claude Code, OpenCode, Mimo & more.
How to install Orchestra Code
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open crossben/orchestra-code and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Orchestra Code does
The operating system for AI coding agents — one supervised interface to run Claude Code, OpenCode, Mimo & more.
Alternatives in AI
- Cursor Tools — by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexi 4.7k ★
- EchoBird — One-click install + model switch:Claude Code,Codex CLI (OpenAI), Grok Build (xAI), DeepSeek Harness, Kimi Code 3.1k ★
- GPT CLI — Command-line interface for ChatGPT, Claude and Bard 724 ★
README
The operating system for AI coding agents. One supervised interface, many coding agents.
Orchestra dispatches coding-agent CLIs (Claude Code, OpenCode, Mimo, …) through one **supervised** interface. You just chat: it **answers plain questions, routes coding tasks to the best agent**, validates every result (build → lint → test), lets the agent fix its own failures, and keeps nothing without your `y`. It can **decompose a big request into steps** — running independent ones **in parallel, each isolated in its own git worktree (or folder copy outside a repo)** — remembers every run, and can **benchmark agents** against each other.
# install (Linux/macOS) — prebuilt binary
curl -fsSL https://raw.githubusercontent.com/crossben/orchestra-code/main/install.sh | sh
# …or with Go (any platform)
go install github.com/crossben/orchestra-code/cmd/orchestra@latest
# …or build from source
git clone https://github.com/crossben/orchestra-code && cd orchestra-code
go build -o bin/orchestra ./cmd/orchestra
Windows: download the `.zip` from [Releases](https://github.com/crossben/orchestra-code/releases), or use `go install`. If `orchestra` isn't found after install, add the bin dir to your `PATH` (the installer prints the exact line).
cd /your/project # any git repo, clean working tree
orchestra # interactive chat shell (AI-routed)
orchestra dashboard # full-screen TUI (agents / history / benchmarks /
Related Skills
Claude Orchestra
Run multiple Claude Code instances in parallel from one web interface. Terminal multiplexer for AI coding agen
Aura Code
Model-agnostic autonomous coding agent with a reproducible benchmark harness, adaptive turn budgets, and domai
OpenCode Most
Use any OpenCode Zen model (Muse Spark, Big Pickle, Ling, MiMo, Nemotron...) from Claude Code or any OpenAI cl
Vibestrate
Open-source supervised flow for AI coding. Run Claude Code, Codex, Gemini, Aider or local models as one crew,
LLM Bidding System
Auction router and supervised patch proposal workflow for LLM coding agents
SupervisedCoding
Pi Agent extension for supervised coding: a supervisor (Pi) plans, delegates and verifies; workers (Claude thr
Related Agents
Workspace Agent
Master workspace manager and cognitive assistant operating on the principle that "The workspace is the databas
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Developer Overview
code-container (container) creates isolated Docker environments for AI coding harnesses (Claude Code, OpenCode