What is oh-my-claudecode?
oh-my-claudecode is a "zero learning curve" multi-agent orchestration system for Claude Code. It provides 4 execution modes and 19 specialized agents with intelligent model routing — Haiku for simple tasks, Opus for complex ones. The emphasis is on simplicity: just pick a mode and describe your task.
Answer-Ready: oh-my-claudecode adds 4 multi-agent execution modes to Claude Code: Team (staged pipeline), Autopilot (autonomous), Ralph (persistent verify-fix), Ultrawork (max parallelism). 19 agents with tier routing. Zero learning curve. 30-50% token savings.
Best for: Developers wanting simple multi-agent without complex configuration. Works with: Claude Code. Setup time: Under 2 minutes.
Execution Modes
1. Team Mode (Staged Pipeline)
Plan → Design → Execute → Verify → Fix
Each stage has dedicated agents2. Autopilot (Autonomous)
Describe task → Agent handles everything end-to-end
No interaction needed3. Ralph (Persistent)
Execute → Verify → Fix → Verify → Fix → ...
Loops until all tests pass or criteria met4. Ultrawork (Parallel Burst)
Maximum parallelism for large refactors
Multiple agents work simultaneously on different files19 Specialized Agents
| Category | Agents |
|---|---|
| Planning | Planner, Architect, Researcher |
| Implementation | Coder, Refactorer, Migrator |
| Quality | Reviewer, Tester, Security Auditor |
| DevOps | Deployer, CI/CD Specialist |
| Documentation | Doc Writer, API Documenter |
Intelligent Model Routing
| Task Complexity | Model |
|---|---|
| Simple (formatting, comments) | Haiku |
| Standard (features, fixes) | Sonnet |
| Complex (architecture, security) | Opus |
Result: 30-50% token savings compared to using Opus for everything.
Key Features
- Custom skill system — Add domain-specific skills
- HUD statusline — Real-time agent status display
- Smart routing — Right model for right task
- Token savings — 30-50% reduction
FAQ
Q: How does it compare to everything-claude-code? A: oh-my-claudecode prioritizes simplicity (4 clear modes, 19 agents). everything-claude-code is larger (38 agents, 156 skills) but more complex.
Q: What is Ralph mode? A: Named after "Ralph breaks the internet" — it persistently executes and fixes until the task is truly done.