Loading...
Loading...
oh-my-claudecode — Teams-first multi-agent orchestration layer for Claude Code. 32 specialized agents, smart model routing, persistent execution loops, and real-time HUD visibility. Zero learning curve.
npx skill4agent add supercent-io/skills-template omc/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode/omc:omc-setupautopilot: build a REST API for managing tasksnpm alternative:npm install -g oh-my-claude-sisyphus
| Mode | What it is | Use For |
|---|---|---|
| Team (recommended) | Staged pipeline: | Coordinated agents on shared task list |
| Autopilot | Autonomous single lead agent | End-to-end feature work with minimal ceremony |
| Ultrawork | Maximum parallelism (non-team) | Burst parallel fixes/refactors |
| Ralph | Persistent mode with verify/fix loops | Tasks that must complete fully |
| Pipeline | Sequential staged processing | Multi-step transformations |
| Swarm/Ultrapilot | Legacy facades → route to Team | Existing workflows |
~/.claude/settings.json{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}| Keyword | Effect | Example |
|---|---|---|
| Canonical Team orchestration | |
| Full autonomous execution | |
| Persistence mode | |
| Maximum parallelism | |
| Planning interview | |
| Iterative planning consensus | |
| Legacy (routes to Team) | |
| Legacy (routes to Team) | |
Note:includes ultrawork — activating ralph mode automatically includes ultrawork's parallel execution.ralph
/omc:team 3:executor "fix all TypeScript errors"team-plan → team-prd → team-exec → team-verify → team-fix (loop)omc wait # Check status, get guidance
omc wait --start # Enable auto-resume daemon
omc wait --stop # Disable daemonomc config-stop-callback telegram --enable --token <bot_token> --chat <chat_id>
omc config-stop-callback discord --enable --webhook <url># 1. Sync latest version
/plugin marketplace update omc
# 2. Re-run setup
/omc:omc-setup
# If issues after update
/omc:omc-doctor| Provider | Install | What it enables |
|---|---|---|
| Gemini CLI | | Design review, UI consistency (1M token context) |
| Codex CLI | | Architecture validation, code review cross-check |
| Action | Command |
|---|---|
| Install | |
| Setup | |
| Team mode | |
| Autopilot | |
| Ralph loop | |
| Ultrawork | |
| Update | |
| Debug | |