oh-my-claudecode logo

oh-my-claudecode

Free

Teams-first Multi-agent orchestration for Claude Code

AI AgentsFreeFree tier
Type
Open Source

About oh-my-claudecode

oh-my-claudecode is a multi-AI orchestration plugin for Claude Code that coordinates Claude, Gemini, and Codex agents in parallel tmux panes. It features 19 specialized agents, 39 skills, and MCP-powered tools for autonomous execution, code analysis, and team coordination. Offers multiple execution modes including Autopilot, Ralph, Ultrawork, Deep Interview, Team, and Planning. Includes built-in LSP integration, AST grep, and persistent Python REPL. Easy to install via the Claude Code plugin marketplace or npm.

Key Features

Coordinates Claude, Gemini, and Codex CLI workers in parallel tmux panes
19 specialized agents and 39 skills for diverse tasks
MCP-powered tools including LSP integration, AST grep, and persistent Python REPL
Multiple execution modes: Autopilot, Ralph, Ultrawork, Deep Interview, Team, and Planning
Autonomous execution from high-level idea to working tested code
Plugin marketplace and npm installation options

Pros & Cons

Pros
  • Coordinates multiple leading AI models in one workflow
  • Supports autonomous execution with minimal manual intervention
  • Built-in MCP tools enhance code understanding and manipulation
  • Flexible execution modes for different task complexity levels
  • Easy installation via Claude Code plugin marketplace or npm
  • Persistent state and durable checkpointing with Ultragoal workflow
Cons
  • Requires tmux for parallel agent execution, adding dependency
  • Dependent on Claude Code environment and plugin system
  • May have a learning curve for configuring multiple agents and modes

Best For

Multi-AI orchestration for code development and testingUI/UX design review with large-context analysis (Gemini 1M tokens)Code architecture validation, security analysis, and review (Codex)Team coordination with real-time messaging and task sharingStrategic planning and Socratic questioning for vague requirementsStructural code search and replacement via AST grep

Alternatives to oh-my-claudecode

FAQ

How do I install oh-my-claudecode?
Install via Claude Code plugin marketplace by running `/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode` then `/plugin install oh-my-claudecode`, or alternatively install the npm package globally with `npm install -g oh-my-claudecode`.
What AI models does oh-my-claudecode coordinate?
It coordinates Claude, Gemini, and Codex CLI workers, each running in a tmux pane. Claude acts as the conductor, decomposing tasks and synthesizing results.
What execution modes are available?
Modes include Autopilot (full autonomous execution), Ralph (self-referential loop with architect verification), Ultrawork (max parallelism), Deep Interview (Socratic questioning), Team (coordinated agents on a shared task list), and Planning (strategic interview-based planning).
What are the built-in MCP tools?
Built-in tools include LSP integration for hover info and type checking, AST Grep for structural code search and replace, and a persistent Python REPL environment.