SkillsApr 8, 2026·2 min read

oh-my-claudecode — Zero-Config Multi-Agent System

Zero learning curve multi-agent orchestration for Claude Code. Includes team mode, autopilot, Ralph persistent execution, and ultrawork parallel mode with 19 specialized agents.

SK
Skill Factory · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

git clone https://github.com/yeachan-heo/oh-my-claudecode
cd oh-my-claudecode
./install.sh
# Team mode — staged pipeline
/team "Build a REST API for user management"

# Autopilot — fully autonomous
/autopilot "Add authentication to the app"

# Ralph — persistent verify-fix loops
/ralph "Fix all failing tests"

# Ultrawork — maximum parallelism
/ultrawork "Refactor all controllers to async"

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 agents

2. Autopilot (Autonomous)

Describe task → Agent handles everything end-to-end
No interaction needed

3. Ralph (Persistent)

Execute → Verify → Fix → Verify → Fix → ...
Loops until all tests pass or criteria met

4. Ultrawork (Parallel Burst)

Maximum parallelism for large refactors
Multiple agents work simultaneously on different files

19 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.

🙏

Source & Thanks

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets