crossben

Orchestra Code — AI skill for Claude Code

AI community

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

Orchestra

The operating system for AI coding agents. One supervised interface, many coding agents.

CI License: MIT Go 1.22+

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 /