Zero learning curve. 32 specialized agents. 40+ skills.
Don't learn Claude Code. Just use OMC.
Get up and running in 30 seconds
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
/oh-my-claudecode:omc-setup
autopilot: build a REST API for managing tasks
That's it. Everything else is automatic.
Multiple strategies for different use cases
Full autonomous execution from idea to working code. The default experience for new users.
autopilot: build a todo app
Parallel autopilot with up to 5 concurrent workers. Best for multi-component systems.
ultrapilot: build a fullstack app
N coordinated agents with atomic task claiming. Perfect for parallel independent tasks.
/swarm 5:executor "fix all errors"
Token-efficient parallel execution using Haiku and Sonnet agents. Budget-conscious projects.
eco: migrate database schema
Sequential agent chaining with data passing between stages. Multi-stage processing workflows.
/pipeline explore -> architect -> executor
Persistence mode - won't stop until the task is verified complete by Architect.
ralph: refactor auth system
Smart model routing - Haiku for simple, Opus for complex
| Domain | LOW (Haiku) | MEDIUM (Sonnet) | HIGH (Opus) |
|---|---|---|---|
| Analysis | architect-low | architect-medium | architect |
| Execution | executor-low | executor | executor-high |
| Search | explore | explore-medium | explore-high |
| Frontend | designer-low | designer | designer-high |
| Testing | - | qa-tester | qa-tester-high |
| Security | security-reviewer-low | - | security-reviewer |
| Data Science | scientist-low | scientist | scientist-high |
| Planning | - | - | planner, critic, analyst |
Optional shortcuts for power users. Natural language works fine without them.
# Persistence + Parallelism
ralph ulw: migrate database
# Budget-conscious build
eco autopilot: build a blog
# Coordinated agents on specific task
/swarm 3:executor "fix TypeScript errors"
Works out of the box with intelligent defaults. No setup required.
Smart model routing saves 30-50% on tokens automatically.
Won't give up until the job is verified complete by Architect.