aicoolies logo
Oh My ClaudeCode logo
Oh My ClaudeCode logo

Oh My ClaudeCode

Multi-agent orchestration plugin for Claude Code

open sourceupdated Aug 16, 2026

Oh My ClaudeCode (OMC) is a plugin for Claude Code that adds multi-agent orchestration with 19 specialized agents, smart model routing between Haiku and Opus, and execution modes such as Autopilot, Team, Ralph, Ultrawork, and Deep Interview. It provides lifecycle hooks, a real-time HUD statusline, and source-backed Claude Code workflows that turn one session into a coordinated AI development team.

Read our Oh My ClaudeCode review

A detailed review by the aicoolies team — click to read

Oh My ClaudeCode (OMC) is a multi-agent orchestration plugin that transforms Claude Code from a single-agent terminal tool into a coordinated team of 19 specialized AI agents. Built by Yeachan Heo and installable directly from Claude Code's plugin marketplace, OMC provides five distinct execution modes: Autopilot for fully autonomous development from a high-level description, Ultrawork for maximum parallelism with up to five concurrent workers, Sisyphus for relentless iteration until architect verification passes, Swarm for coordinated agents on a shared task list using Claude Code native teams, and Deep Interview for Socratic requirement gathering before implementation begins.

The plugin's smart model routing automatically delegates simple tasks to Haiku and complex reasoning to Opus, reportedly saving 30-50% on token costs without sacrificing output quality. Its built-in orchestration skills cover everything from structural code analysis via AST-grep to visual QA through screenshot comparison, and a tracer agent for evidence-driven root-cause analysis. The HUD statusline provides real-time observability into agent activity, token usage, and session state. OMC also integrates with OpenClaw gateways for forwarding session events and supports multi-AI orchestration across Claude, Gemini, and Codex simultaneously.

Since its initial release, OMC has grown explosively — reaching over 20,000 GitHub stars, trending as the #1 repository on GitHub, and shipping over 200 releases with continuous improvements to team orchestration, security hardening, and MCP integration. The project includes a comprehensive hook system with 31 lifecycle hooks, anti-AI-slop cleaning workflows, and auto-resume capabilities for rate-limited sessions. For developers already using Claude Code, OMC adds a powerful orchestration layer with zero configuration: install the plugin, run omc-setup, and start delegating.

Pricing

Free and open source (MIT). Uses your existing Claude Code subscription and API credits.

full pricing breakdown →

Platforms

Works anywhere Claude Code runs: macOS, Windows, Linux. Installed via Claude Code plugin marketplace or npm.

Categories

Tags

Use Cases

Parallel Code logo

Parallel Code

Run Claude Code, Codex, and Gemini agents in parallel with isolated branches

Open-source desktop app for orchestrating multiple AI coding agents simultaneously. Auto-creates git worktrees per agent and symlinks shared dependencies to prevent conflicts between parallel tasks. Designed for teams and power users who want to run several AI agents on different features or bugs at the same time, maximizing throughput while keeping each agent's changes cleanly isolated.

Open Source
Claude Squad logo

Claude Squad

Manage multiple AI terminal agents in parallel with isolated Git worktrees

Open-source terminal app for managing multiple AI coding agents (Claude Code, Codex, Gemini, Aider) in parallel, each in an isolated workspace with its own git branch. Uses tmux for isolated terminal sessions and git worktrees so agents work independently without conflicts. Dashboard view of all active instances, auto-accept mode for background execution, and a review workflow for inspecting changes before merging. Installed via Homebrew as the cs command.

Open Source
Claude-Flow logo

Claude-Flow

Multi-agent orchestration platform for Claude Code

Claude-Flow is an open-source multi-agent orchestration platform that deploys dozens of concurrent Claude Code agents with shared memory and coordinated workflows. It enables parallel task execution, hierarchical agent coordination, and persistent context across sessions. Run via npx with zero setup. Described as the leading agent orchestration platform for Claude by industry analysts, it has 9,100+ GitHub stars and is used for complex codebase-wide refactoring and multi-file development tasks.

Open Source
Baton logo

Baton

Desktop app for running AI coding agents in parallel

Baton is a desktop application for running multiple AI coding agents in parallel inside isolated git worktrees. It supports Claude Code, Codex CLI, OpenCode, Gemini CLI, visual diffs, status notifications, MCP server support, built-in Git operations, and one-click PRs to GitHub or GitLab.

freemiumOpen Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Claude Code logo

Claude Code

Top Pick

Anthropic's agentic coding CLI

Anthropic's agentic CLI coding tool that delegates complex tasks to Claude directly from the terminal. Understands entire codebases via automatic context gathering, edits multiple files, runs shell commands, and manages Git workflows autonomously. Supports CLAUDE.md for persistent project instructions, integrates with VS Code and JetBrains, and uses Claude Opus/Sonnet with extended thinking for complex architectural decisions. Built for terminal-first developers.

paid
Ghostty logo

Ghostty

Top Pick

Fast, native terminal emulator

GPU-accelerated terminal emulator written in Zig by Mitchell Hashimoto (HashiCorp co-founder). Native UI rendering on macOS and Linux. Supports ligatures, true color, Kitty graphics protocol, and splits/tabs. Configurable via a simple key-value file with sensible defaults. Open-source with 20K+ GitHub stars and a focus on correctness, speed, and minimal resource usage. Growing as a modern alternative to iTerm2, Alacritty, and WezTerm.

Open Source
Grok logo

Grok Build

Top Pick

xAI's terminal coding agent with parallel subagents and worktree-aware automation

Grok Build is xAI's terminal-first coding agent for planning, editing, testing, and reviewing code from a local CLI. The early beta exposes subagent controls, worktree mode, headless JSON output, best-of-N parallel attempts, sandbox profiles, and experimental memory. It fits developers comparing Claude Code, Codex, and Gemini CLI for local agentic workflows with deeper parallel execution.

paid
Codex logo

Codex

Top Pick

OpenAI coding agent for app, editor, terminal, and cloud work

Codex is OpenAI's coding agent for software development across the Codex app, editor, terminal, and cloud tasks. It helps write, review, debug, refactor, and automate code, with ChatGPT plan access for managed surfaces and API-key usage for CLI, SDK, and IDE workflows. The open-source CLI and SDK support local repository work, while cloud features add GitHub review, Slack/Linear integrations, worktrees, skills, MCP, and automations.

freemium
GitHub logo

GitHub MCP Server

Official MCP server for GitHub repo operations

GitHub MCP Server is the official Model Context Protocol server from GitHub that connects AI assistants to repositories, issues, pull requests, workflows, and code search. It exposes 100+ operations with toolset filtering, permission scoping, and audit logging, available in both remote-hosted and self-hosted Docker deployment modes.

Open Source
Context7 logo

Context7

Up-to-date docs for AI code editors via MCP

Context7 is an MCP server developed by Upstash that injects up-to-date, version-specific documentation directly into AI code editors and coding assistants. By typing 'use context7' in prompts, developers get accurate library documentation instead of hallucinated or outdated API references. It pulls from official source documentation and serves it through the Model Context Protocol, solving the common problem of LLMs generating code with incorrect or nonexistent API calls.

Open Source

Used in Stacks

Comparisons

Oh My ClaudeCode vs Claude Squad — Multi-Agent Plugin vs Session Manager

Both Oh My ClaudeCode and Claude Squad extend Claude Code's capabilities, but they operate at different levels. OMC adds multi-agent orchestration within a single session through 19 specialized agents, while Claude Squad manages multiple independent Claude Code sessions across git worktrees. The choice depends on whether you need deeper intelligence inside sessions or broader parallelism across them.

Oh My ClaudeCodeClaude Squad

FAQ

What is Oh My ClaudeCode?

Oh My ClaudeCode (OMC) is a plugin for Claude Code that adds multi-agent orchestration with 19 specialized agents, smart model routing between Haiku and Opus, and execution modes such as Autopilot, Team, Ralph, Ultrawork, and Deep Interview. It provides lifecycle hooks, a real-time HUD statusline, and source-backed Claude Code workflows that turn one session into a coordinated AI development team.

Is Oh My ClaudeCode free?

Yes — Oh My ClaudeCode is open source and free to use. Free and open source (MIT). Uses your existing Claude Code subscription and API credits.

Is Oh My ClaudeCode open source?

Yes — Oh My ClaudeCode is open source.

What are the best Oh My ClaudeCode alternatives?

The top editor-verified Oh My ClaudeCode alternatives are Parallel Code, Claude Squad, Claude-Flow, and more.

How does Oh My ClaudeCode score in our review?

Our hands-on review scores Oh My ClaudeCode 88/100 overall, based on speed, privacy, and developer-experience testing.