🔥 Hot Repo: 36K Devs Turned Claude Code Into a 5-Agent Team
oh-my-claudecode turns Claude Code into a parallel multi-agent team — 36k stars, ships today with Claude Fable 5 support and new Cursor provider routing.
By OMC Editorial on 2026-06-14
One-liner — oh-my-claudecode is an open-source orchestration plugin for Claude Code that turns a single session into a coordinated team of up to 5 parallel AI agents, routing subtasks to Claude, Codex, Gemini, or Grok workers with zero configuration.
- Repo: Yeachan-Heo/oh-my-claudecodehttps://github.com/Yeachan-Heo/oh-my-claudecode
- Stars: ⭐ 36,360 v4.14.7 released today
- Language: TypeScript
- License: MIT
---
What It Does
oh-my-claudecode OMC plugs directly into Claude Code as a marketplace plugin or npm package, adding 19 specialized agent roles architect, coder, reviewer, tester, researcher and 39 built-in skills. Its core primitive is the /team command, which stages a task through a plan → PRD → execute → verify pipeline across multiple parallel workers. Workers can be Claude, Codex, Gemini, or Grok CLI panes — each running in a separate tmux window, spawned on demand and killed when their task completes.
Why It's Blowing Up
Today's v4.14.7 release added Claude Fable 5 model tier support — the first update to officially recognize Anthropic's newest flagship — and shipped Cursor provider integration alongside team-launch stability fixes. Developers evaluating Fable 5 for coding workloads now have a one-stop upgrade path inside the tool they're already using.
OMC hit 36k stars in roughly five months created January 2026, powered by a team mode that solves a real friction point: Claude Code's built-in experimental team support CLAUDECODEEXPERIMENTALAGENTTEAMS=1 only routes tasks to Claude, while OMC lets one command fan out to Codex for security review and Gemini for UI critique simultaneously. The reported 3–5× throughput improvement and 30–50% cost reduction on parallelisable workloads are the numbers circulating in the project's Discord 6,000+ members.
The project ships more than 100 PRs per month and its changelog has become a reliable signal for what Claude Code power-users actually care about — this release alone touched 11 bug fixes and 2 new