Yeachan-Heo/oh-my-claudecode

Teams-first Multi-agent orchestration for Claude Code

What it solves

oh-my-claudecode (OMC) simplifies the use of Claude Code by providing a multi-agent orchestration layer. It removes the need to learn complex commands by allowing users to describe tasks in natural language and automatically distributing those tasks across specialized agents to ensure completion and cost efficiency.

How it works

OMC integrates with Claude Code as a plugin or a standalone CLI. It uses several orchestration modes to handle tasks:

  • Team Mode: A staged pipeline (plan → PRD → execute → verify → fix) that coordinates multiple agents.
  • CLI Workers: Spawns real CLI processes (such as Codex, Gemini, Grok, or Cursor) in tmux panes to handle specific tasks on-demand.
  • Autopilot: An autonomous single-lead agent for end-to-end feature work.
  • Deep Interview: Uses Socratic questioning to clarify requirements and assumptions before any code is written.
  • Advisor Synthesis: Allows Claude to synthesize outputs from multiple providers (e.g., Codex and Antigravity) for comprehensive reviews.

Who it’s for

Developers using Claude Code who want a more powerful, automated, and coordinated multi-agent experience without manual configuration or a steep learning curve.

Highlights

  • Team-first orchestration: Uses a canonical staged pipeline for coordinated agent work.
  • Multi-model support: Integrates with various CLI tools like Codex, Gemini, Grok, and Cursor via tmux workers.
  • Zero configuration: Works out of the box with intelligent defaults.
  • Socratic requirement gathering: The /deep-interview skill ensures project clarity before execution.
  • Cost optimization: Implements smart model routing to reduce token usage by 30-50%.

Related

  • Project
  • Project
  • Project
  • Project
  • Project