omclisted
Install: claude install-skill aiskillstore/marketplace
# omc (oh-my-claudecode) — Claude Code Multi-Agent Orchestration
## When to use this skill
- You want Teams-first multi-agent orchestration inside Claude Code
- You need 32 specialized agents with smart model routing (Haiku → Opus)
- Complex tasks that benefit from parallel agent execution with verification loops
- Any Claude Code workflow that needs persistent, guaranteed-completion execution
---
## 1. Installation (3 Steps)
**Step 1: Install plugin**
```bash
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
```
**Step 2: Run setup**
```bash
/omc:omc-setup
```
**Step 3: Build something**
```text
autopilot: build a REST API for managing tasks
```
> **npm alternative**: `npm install -g oh-my-claude-sisyphus`
---
## 2. Orchestration Modes
| Mode | What it is | Use For |
|------|-----------|---------|
| **Team** (recommended) | Staged pipeline: `team-plan → team-prd → team-exec → team-verify → team-fix` | 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 |
Enable Claude Code native teams in `~/.claude/settin