oh-my-claudecode hit 12K stars — type 'autopilot' and go
oh-my-claudecode turns Claude Code into a 32-agent dev team. Type 'autopilot' — it plans, builds, tests, and learns from every session.
oh-my-claudecode just crossed 12,500 stars on GitHub — and it's easy to see why. This free plugin turns Claude Code (Anthropic's AI coding assistant) from a single AI helper into a coordinated team of 32 specialized AI workers. Type "autopilot" in your prompt, walk away, come back to a working app.
The plugin has over 833 forks and a growing Discord community of 1,400+ members. It's MIT licensed, completely free, and takes about 60 seconds to install.
Five magic words that change how you code
Most AI coding tools require careful prompting — you describe exactly what you want, review the output, then ask for changes. oh-my-claudecode replaces that loop with five keywords that trigger entire workflows:
autopilot — Full hands-off execution. Describe what you want ("build a REST API for task management with authentication"), and it handles everything: planning the architecture, writing code, running tests, and fixing what breaks. No hand-holding.
ralph — Persistence mode. The AI won't stop until every test passes and an architect-level review confirms the code is solid. Named for Sisyphean determination — it keeps pushing until it's done.
ulw — Short for "ultrawork." Runs up to 5 AI workers simultaneously for burst-mode fixes. The project claims 3-5x faster execution than processing tasks one at a time.
deep-interview — Before building anything, the AI asks probing questions to clarify vague ideas. It exposes hidden assumptions and measures how clear your requirements actually are.
team — The default structured mode. Work flows through stages: plan → design document → execute → verify → fix. Each stage has specialized AI workers — one plans the architecture, another writes the code, another reviews it, another runs tests.
It remembers how you debug
Here's what makes oh-my-claudecode stand out: it learns from your sessions.
Every time you solve a tricky problem — a weird TypeScript error, a database migration pattern, a CSS layout fix — the plugin can extract that solution into a reusable "skill" (a saved pattern it can apply again later). Next time a similar problem appears, it automatically loads the relevant skill into context without you asking.
Skills are stored locally in your project (.omc/skills/) or globally (~/.omc/skills/). The system has strict quality gates — it doesn't save everything, only patterns that are genuinely reusable. After a few weeks, your Claude Code knows your codebase's quirks and your preferred solutions.
Your AI token bill just dropped
Using AI coding tools on complex tasks can get expensive because every request costs "tokens" (the unit AI companies charge for). oh-my-claudecode tackles this with smart model routing:
The result: 30-50% savings on token costs compared to sending everything to the most expensive model. For teams running dozens of Claude Code sessions per day, that adds up fast.
Not just Claude — Gemini and Codex too
The plugin isn't locked to one AI provider. Using the omc team command, you can spawn terminal sessions that coordinate Claude, OpenAI's Codex, and Google's Gemini together. Each model works on what it does best.
There's even a "CCG" mode that asks all three models the same question and synthesizes a combined answer — giving you three expert opinions merged into one.
Set it up in 60 seconds
If you already have Claude Code installed, setup is four commands:
# Add the plugin marketplace
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
# Install the plugin
/plugin install oh-my-claudecode
# Initial setup
/setup
# Configure your project
/omc-setup
Then try it: type autopilot: build a todo app with user login and watch 32 AI workers get to work.
Requirements: Claude Code CLI with a Claude Max/Pro subscription or Anthropic API key. For cross-model orchestration and rate limit detection, you'll also need tmux installed.
Who's using it — and why it keeps growing
The project has grown from a niche plugin to one of the most popular Claude Code extensions, with 12,500+ stars and 576 new stars just today. The community is active: 1,400+ Discord members, 833 forks, and a steady stream of contributions from dozens of developers.
The appeal is straightforward. Solo developers use autopilot to describe a feature and walk away. Budget-conscious teams use smart routing to cut costs in half. Complex projects benefit from the structured team pipeline that prevents AI agents from stepping on each other's work.
The full source code is on GitHub under the MIT license. The official documentation covers all five modes, every magic keyword, and advanced features like notification integrations for Slack, Discord, and Telegram.
Related Content — Get Started with Easy Claude Code | Free Learning Guides | More AI News
Stay updated on AI news
Simple explanations of the latest AI developments