Real project with real code, but the absence of any HN, Reddit, or independent review discussion despite 10K stars is a red flag. Cannot rank until validation appears.
oh-my-claudecode
watch10K stars in 10 weeks — fastest growth in orchestration subcategory. 32 agents, 5 execution modes (Autopilot, Ultrapilot 3-5x parallel, Swarm, Pipeline, Ecomode), smart model routing. Claude Code-only.
58/100
Trust
10K+
Stars
2
Evidence
Repo health
12h ago
Last push
17
Open issues
727
Forks
62
Contributors
Editorial verdict
Watch list. Extraordinary star growth (10K in 10 weeks) but zero independent validation — no HN posts, no Reddit discussion, no reviews. Cannot rank until independent evidence appears. Potential star inflation flag.
Source
GitHub: Yeachan-Heo/oh-my-claudecode
Public evidence
Named alongside Claude-Flow as a multi-agent coordination tool. Provides some credibility but is a mention, not a review.
How does this compare?
See side-by-side metrics against other skills in the same category.
Where it wins
10,110 stars in ~10 weeks — extraordinary growth rate
32 agents, 5 execution modes including Swarm and Ultrapilot
Smart model routing claims 30-50% token savings
Addy Osmani cited it as a multi-agent pioneer
Where to be skeptical
Zero HN posts, zero Reddit discussion, zero independent reviews
10K stars in 10 weeks with no public discourse — potential inflation flag
Claude Code-only — not agent-agnostic
Risk: Claude Code native Agent Teams could subsume core features
Ranking in categories
Know a better alternative?
Submit evidence and we'll run the full pipeline.
Similar skills
Claude Code
90Anthropic's official agentic coding CLI. Terminal-native, tool-use-driven, with deep file system and shell access. #1 SWE-bench Pro standardized (45.89%), ~4% of GitHub public commits (SemiAnalysis), $2.5B annualized revenue (fastest enterprise SaaS to $1B ARR). 8M+ npm weekly downloads. Opus 4.6 with 1M context.
OpenHands
88Category leader in multi-agent orchestration — 69,352 stars (verified), $18.8M Series A, AMD hardware partnership, 455 contributors, 1M downloads/month PyPI (3.4M all-time). SWE-Bench Verified 72% with Claude 4.5 Extended Thinking (updated 2026-03-19), Multi-SWE-Bench #1 across 8 languages. Gap to #2 is enormous on every axis.
n8n
83179,860 GitHub stars — largest OSS repo in adjacent workflow-automation space by 2×. 3,000+ enterprise customers, ~200,000 active users, $60M Series B. 1,100+ ready-to-use integrations, native AI Agent node, MCP client/server support. Best for orchestrating SaaS integrations and processes with AI nodes — not for building agent systems in code.
LangGraph
78#1 Python agent framework by production evidence — 40.2M PyPI downloads/month, Fortune 500 deployments (LinkedIn, Uber, Replit, Elastic, Klarna, Cloudflare, Coinbase), ~400 LangGraph Platform companies, LangSmith rated best-in-class observability. Stable v1.x API, model-agnostic, MCP support.
Raw GitHub source
GitHub README peek
Constrained peek so you can sanity-check the source material without leaving the site.
English | 한국어 | 中文 | 日本語 | Español | Tiếng Việt | Português
oh-my-claudecode
For Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI.
Multi-agent orchestration for Claude Code. Zero learning curve.
Don't learn Claude Code. Just use OMC.
Get Started • Documentation • CLI Reference • Workflows • Migration Guide • Discord
Quick Start
Step 1: Install
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
Step 2: Setup
/setup
/omc-setup
Step 3: Build something
autopilot: build a REST API for managing tasks
That's it. Everything else is automatic.
Not Sure Where to Start?
If you're uncertain about requirements, have a vague idea, or want to micromanage the design:
/deep-interview "I want to build a task management app"
The deep interview uses Socratic questioning to clarify your thinking before any code is written. It exposes hidden assumptions and measures clarity across weighted dimensions, ensuring you know exactly what to build before execution begins.
Team Mode (Recommended)
Starting in v4.1.7, Team is the canonical orchestration surface in OMC. The legacy swarm keyword/skill has been removed; use team directly.
/team 3:executor "fix all TypeScript errors"
Team runs as a staged pipeline:
team-plan → team-prd → team-exec → team-verify → team-fix (loop)
Enable Claude Code native teams in ~/.claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
If teams are disabled, OMC will warn you and fall back to non-team execution where possible.
tmux CLI Workers — Codex & Gemini (v4.4.0+)
v4.4.0 removes the Codex/Gemini MCP servers (x, g providers). Use the CLI-first Team runtime (omc team ...) to spawn real tmux worker panes:
omc team 2:codex "review auth module for security issues"
omc team 2:gemini "redesign UI components for accessibility"
omc team 1:claude "implement the payment flow"
omc team status auth-review
omc team shutdown auth-review
/omc-teams remains as a legacy compatibility skill and now routes to omc team ....
For mixed Codex + Gemini work in one command, use the /ccg skill (routes via /ask codex + /ask gemini, then Claude synthesizes):
/ccg Review this PR — architecture (Codex) and UI components (Gemini)
| Surface | Workers | Best For |
|---|---|---|
omc team N:codex "..." | N Codex CLI panes | Code review, security analysis, architecture |
omc team N:gemini "..." | N Gemini CLI panes | UI/UX design, docs, large-context tasks |
omc team N:claude "..." | N Claude CLI panes | General tasks via Claude CLI in tmux |
/ccg | /ask codex + /ask gemini | Tri-model advisor synthesis |
Workers spawn on-demand and die when their task completes — no idle resource usage. Requires codex / gemini CLIs installed and an active tmux session.
Updating
If you installed OMC via npm, upgrade with the published package name:
npm i -g oh-my-claude-sisyphus@latest
Package naming note: the repo, plugin, and commands are branded oh-my-claudecode, but the published npm package name remains
oh-my-claude-sisyphus.
If you installed OMC via the Claude Code marketplace/plugin flow, update with:
# 1. Update the marketplace clone
/plugin marketplace update omc
# 2. Re-run setup to refresh configuration
/omc-setup
Note: If marketplace auto-update is not enabled, you must manually run
/plugin marketplace update omcto sync the latest version before running setup.
If you experience issues after updating, clear the old plugin cache:
/omc-doctor
<h1 align="center">Your Claude Just Have been Steroided.</h1>
<p align="center">
<img src="https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/assets/omc-character.jpg" alt="oh-my-claudecode" width="400" />
</p>