Skip to main content
ClaudeWave
Yeachan-Heo avatar
Yeachan-Heo

oh-my-claudecode

Ver en GitHub

Teams-first Multi-agent orchestration for Claude Code

Subagents36.3k estrellas3.3k forksTypeScriptMITActualizado today
Nota editorial

oh-my-claudecode is a multi-agent orchestration layer built on top of Claude Code, installable either as a Claude Code plugin via the marketplace or as a global npm package (`oh-my-claude-sisyphus`). It introduces a collection of slash commands and terminal CLI commands that coordinate multiple Claude Code subagents working in parallel on a single codebase. The central feature is `/autopilot`, which accepts a natural-language task description and automatically delegates subtasks across agents without requiring users to configure or manage the orchestration manually. Setup is handled through `/setup` or `/omc-setup` inside a Claude Code session, after which skills and agents become available immediately. The project also includes a `better-sqlite3`-backed runtime for tracking agent state across sessions. Developers who want to parallelize agentic coding work in Claude Code, particularly teams splitting large features across concurrent agents, are the primary audience. A sibling project, oh-my-codex, ports the same orchestration approach to OpenAI Codex CLI.

ClaudeWave Trust Score
82/100
Trusted

Multi-agent orchestration layer for Claude Code targeting teams with zero-learning curve UX.

Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Use with caution
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/Yeachan-Heo/oh-my-claudecode && cp oh-my-claudecode/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

24 items en este repositorio

analystSubagent

Pre-planning consultant for requirements analysis (Opus)

Instalar
architectSubagent

Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)

Instalar

Expert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategy

Instalar

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

Instalar
criticSubagent

Work plan and code review expert — thorough, structured, multi-perspective (Opus)

Instalar
debuggerSubagent

Root-cause analysis, regression isolation, stack trace analysis, build/compilation error resolution

Instalar
designerSubagent

UI/UX Designer-Developer for stunning interfaces (Sonnet)

Instalar

External Documentation & Reference Specialist

Instalar
executorSubagent

Focused task executor for implementation work (Sonnet)

Instalar
exploreSubagent

Codebase search specialist for finding files and code patterns

Instalar
git-masterSubagent

Git expert for atomic commits, rebasing, and history management with style detection

Instalar
plannerSubagent

Strategic planning consultant with interview workflow (Opus)

Instalar
qa-testerSubagent

Interactive CLI testing specialist using tmux for session management

Instalar
scientistSubagent

Data analysis and research execution specialist

Instalar

Security vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)

Instalar

Test strategy, integration/e2e coverage, flaky test hardening, TDD workflows

Instalar
tracerSubagent

Evidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendations

Instalar
verifierSubagent

Verification strategy, evidence-based completion checks, test adequacy

Instalar
writerSubagent

Technical documentation writer for README, API docs, and comments (Haiku)

Instalar
compactSlash Command

Prepare OMC context for a manual Claude Code /compact handoff.

Instalar
Instalar

Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode

Instalar
askSkill

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

Instalar

Full autonomous execution from idea to working code

Instalar
Casos de uso

Resumen de Subagents

English | [한국어](README.ko.md) | [中文](README.zh.md) | [日本語](README.ja.md) | [Español](README.es.md) | [Tiếng Việt](README.vi.md) | [Português](README.pt.md)

# oh-my-claudecode

[![npm version](https://img.shields.io/npm/v/oh-my-claude-sisyphus?color=cb3837)](https://www.npmjs.com/package/oh-my-claude-sisyphus)
[![npm downloads](https://img.shields.io/npm/dm/oh-my-claude-sisyphus?color=blue)](https://www.npmjs.com/package/oh-my-claude-sisyphus)
[![GitHub stars](https://img.shields.io/github/stars/Yeachan-Heo/oh-my-claudecode?style=flat&color=yellow)](https://github.com/Yeachan-Heo/oh-my-claudecode/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Sponsor](https://img.shields.io/badge/Sponsor-❤️-red?style=flat&logo=github)](https://github.com/sponsors/Yeachan-Heo)
[![Discord](https://img.shields.io/discord/1452487457085063218?color=5865F2&logo=discord&logoColor=white&label=Discord)](https://discord.gg/sj4exxQ9v)

> **For Codex users:** Check out [oh-my-codex](https://github.com/Yeachan-Heo/oh-my-codex) — the same orchestration experience for OpenAI Codex CLI.

**Multi-agent orchestration for Claude Code. Zero learning curve.**

_Don't learn Claude Code. Just use OMC._

[Get Started](#quick-start) • [Documentation](https://yeachan-heo.github.io/oh-my-claudecode-website) • [CLI Reference](https://yeachan-heo.github.io/oh-my-claudecode-website/docs/#cli-reference) • [Workflows](https://yeachan-heo.github.io/oh-my-claudecode-website/docs/#workflows) • [Migration Guide](docs/MIGRATION.md) • [Discord](https://discord.gg/sj4exxQ9v)

---

## Core Maintainers

| Role           | Name        | GitHub                                         |
| -------------- | ----------- | ---------------------------------------------- |
| Creator & Lead | Yeachan Heo | [@Yeachan-Heo](https://github.com/Yeachan-Heo) |

## Ambassadors

| Name       | GitHub                                           |
| ---------- | ------------------------------------------------ |
| Sigrid Jin | [@sigridjineth](https://github.com/sigridjineth) |

## Document Specialists

| Name    | GitHub                                 |
| ------- | -------------------------------------- |
| devswha | [@devswha](https://github.com/devswha) |

## Top Collaborators

| Name           | GitHub                                         | Commits |
| -------------- | ---------------------------------------------- | ------- |
| JunghwanNA     | [@shaun0927](https://github.com/shaun0927)     | 65      |
| riftzen-bit    | [@riftzen-bit](https://github.com/riftzen-bit) | 52      |
| Seunggwan Song | [@Nathan-Song](https://github.com/Nathan-Song) | 20      |
| BLUE           | [@blue-int](https://github.com/blue-int)       | 20      |
| Junho Yeo      | [@junhoyeo](https://github.com/junhoyeo)       | 15      |

## Quick Start

**Step 1: Install**

Marketplace/plugin install (recommended for most Claude Code users).
These are Claude Code slash commands — enter them **one at a time** (pasting both lines at once will fail):

```bash
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
```

Then:

```bash
/plugin install oh-my-claudecode
```

If you prefer the npm CLI/runtime path instead of the marketplace flow:

```bash
npm i -g oh-my-claude-sisyphus@latest
```

> **Known npm warning:** npm may print `deprecated prebuild-install@7.1.3` during the CLI install.
> This currently comes from the upstream `better-sqlite3` native-addon dependency
> (`better-sqlite3 -> prebuild-install`); `prebuild-install@7.1.3` is still the latest
> published version, so there is no safe repo-side dependency bump or override to remove
> the warning yet. The warning is tracked in [#2913](https://github.com/Yeachan-Heo/oh-my-claudecode/issues/2913)
> and does not by itself mean the OMC CLI install failed.

**Step 2: Setup**

```bash
# Inside a Claude Code / OMC session
/setup
/omc-setup

# From your terminal
omc setup
```

If you run OMC via `omc --plugin-dir <path>` or `claude --plugin-dir <path>`, add `--plugin-dir-mode` to `omc setup` (or export `OMC_PLUGIN_ROOT` before running it) so the installer doesn't duplicate skills/agents that the plugin already provides at runtime. See the [Plugin directory flags section in REFERENCE.md](./docs/REFERENCE.md#plugin-directory-flags) for a complete decision matrix and all available flags.

**Step 3: Build something**

```bash
# Inside a Claude Code / OMC session
/autopilot "build a REST API for managing tasks"

# Natural-language in-session shortcut
autopilot: build a REST API for managing tasks
```

That's it. Everything else is automatic.

### CLI Commands vs In-Session Skills

OMC exposes two different surfaces:

- **Terminal CLI commands**: run `omc ...` from your shell after installing the npm/runtime path (`npm i -g oh-my-claude-sisyphus@latest`) or from a local checkout.
- **In-session skills**: run `/...` inside a Claude Code session after installing the plugin/setup flow.

| Feature                                        | Terminal CLI                                  | In-session skill                                                        | Notes                                                                                                                                |
| ---------------------------------------------- | --------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Setup                                          | `omc setup`                                   | `/setup` or `/omc-setup`                                                | Both are real entrypoints. `/setup` is the easiest plugin-first path.                                                                |
| Ask providers                                  | `omc ask codex "review this patch"`           | `/ask codex "review this patch"`                                        | Both route through the same advisor flow. Providers: `claude`, `codex`, `gemini`, `grok`.                                            |
| Team orchestration                             | `omc team 2:codex "review auth flow"`         | `/team 3:executor "fix all TypeScript errors"`                          | Both exist, but they are different runtimes: `omc team` launches tmux CLI workers; `/team` runs the in-session native team workflow. |
| Autopilot / Ralph / Ultrawork / Deep Interview | —                                             | `/autopilot ...`, `/ralph ...`, `/ultrawork ...`, `/deep-interview ...` | These are in-session skills. There is no `omc autopilot` / `omc ralph` / `omc ultrawork` CLI subcommand in this repo.                |
| Autoresearch                                   | `omc autoresearch` (**hard-deprecated shim**) | `/deep-interview --autoresearch ...` + `/oh-my-claudecode:autoresearch` | Setup stays in deep-interview; execution now belongs to the stateful skill.                                                          |

### Not Sure Where to Start?

If you're uncertain about requirements, have a vague idea, or want to micromanage the design:

```
/deep-interview "I want to build a task management app"
```

The deep interview uses Socratic questioning to clarify your thinking before any code is written. It exposes hidden assumptions and measures clarity across weighted dimensions, ensuring you know exactly what to build before execution begins.

## Team Mode (Recommended)

Starting in **v4.1.7**, **Team** is the canonical orchestration surface in OMC. The legacy `swarm` keyword/skill has been removed; use `team` directly.

```bash
/team 3:executor "fix all TypeScript errors"
```

Use `/team ...` when you want Claude Code's in-session native team workflow. Use `omc team ...` when you want terminal-launched tmux CLI workers (`claude` / `codex` / `gemini` panes).

Team runs as a staged pipeline:

`team-plan → team-prd → team-exec → team-verify → team-fix (loop)`

Enable Claude Code native teams in `~/.claude/settings.json`:

```json
{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}
```

> If teams are disabled, OMC will warn you and fall back to non-team execution where possible.

### tmux CLI Workers — Codex & Gemini (v4.4.0+)

**v4.4.0 removes the Codex/Gemini MCP servers** (`x`, `g` providers). Use the CLI-first Team runtime (`omc team ...`) to spawn real tmux worker panes:

```bash
omc team 2:codex "review auth module for security issues"
omc team 2:gemini "redesign UI components for accessibility"
omc team 1:claude "implement the payment flow"
omc team status auth-review
omc team shutdown auth-review
```

`/omc-teams` remains as a legacy compatibility skill and now routes to `omc team ...`.

For mixed Codex + Gemini work in one command, use the **`/ccg`** skill (routes via `/ask codex` + `/ask gemini`, then Claude synthesizes):

```bash
/ccg Review this PR — architecture (Codex) and UI components (Gemini)
```

| Surface                   | Workers                  | Best For                                     |
| ------------------------- | ------------------------ | -------------------------------------------- |
| `omc team N:codex "..."`  | N Codex CLI panes        | Code review, security analysis, architecture |
| `omc team N:gemini "..."` | N Gemini CLI panes       | UI/UX design, docs, large-context tasks      |
| `omc team N:grok "..."`   | N Grok Build CLI panes   | Code review, analysis cross-check            |
| `omc team N:claude "..."` | N Claude CLI panes       | General tasks via Claude CLI in tmux         |
| `/ccg`                    | /ask codex + /ask gemini | Tri-model advisor synthesis                  |

Workers spawn on-demand and die when their task completes — no idle resource usage. Requires `codex` / `gemini` CLIs installed and an active tmux session.

N
agentic-codingai-agentsautomationclaudeclaude-codemulti-agent-systemsoh-my-opencodeopencodeparallel-executionvibe-coding

Lo que la gente pregunta sobre oh-my-claudecode

¿Qué es Yeachan-Heo/oh-my-claudecode?

+

Yeachan-Heo/oh-my-claudecode es subagents para el ecosistema de Claude AI. Teams-first Multi-agent orchestration for Claude Code Tiene 36.3k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala oh-my-claudecode?

+

Puedes instalar oh-my-claudecode clonando el repositorio (https://github.com/Yeachan-Heo/oh-my-claudecode) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Yeachan-Heo/oh-my-claudecode?

+

Nuestro agente de seguridad ha analizado Yeachan-Heo/oh-my-claudecode y le ha asignado un Trust Score de 82/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Yeachan-Heo/oh-my-claudecode?

+

Yeachan-Heo/oh-my-claudecode es mantenido por Yeachan-Heo. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a oh-my-claudecode?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega oh-my-claudecode en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: Yeachan-Heo/oh-my-claudecode
[![Featured on ClaudeWave](https://claudewave.com/api/badge/yeachan-heo-oh-my-claudecode)](https://claudewave.com/repo/yeachan-heo-oh-my-claudecode)
<a href="https://claudewave.com/repo/yeachan-heo-oh-my-claudecode"><img src="https://claudewave.com/api/badge/yeachan-heo-oh-my-claudecode" alt="Featured on ClaudeWave: Yeachan-Heo/oh-my-claudecode" width="320" height="64" /></a>

Más Subagents

Alternativas a oh-my-claudecode