jpskill.com
🛠️ 開発・MCP コミュニティ

omc

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.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o omc.zip https://jpskill.com/download/20912.zip && unzip -o omc.zip && rm omc.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/20912.zip -OutFile "$d\omc.zip"; Expand-Archive "$d\omc.zip" -DestinationPath $d -Force; ri "$d\omc.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して omc.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → omc フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

omc (oh-my-claudecode) — Claude Code マルチエージェントオーケストレーション

このスキルを使用する場面

  • Claude Code 内で Teams ファーストのマルチエージェントオーケストレーションを行いたい場合
  • スマートなモデルルーティング(Haiku → Opus)を備えた32の専門エージェントが必要な場合
  • 検証ループを伴う並列エージェント実行から恩恵を受ける複雑なタスクの場合
  • 永続的で完了が保証された実行が必要な Claude Code ワークフローの場合

1. インストール (3ステップ)

ステップ1: プラグインのインストール

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

ステップ2: セットアップの実行

/omc:omc-setup

ステップ3: 何かを作成する

autopilot: build a REST API for managing tasks

npm の代替: npm install -g oh-my-claude-sisyphus


2. オーケストレーションモード

モード 内容 用途
Team (推奨) 段階的なパイプライン: team-plan → team-prd → team-exec → team-verify → team-fix 共有タスクリストでの協調エージェント
Autopilot 自律的な単一のリードエージェント 最小限の手順でエンドツーエンドの機能作業
Ultrawork 最大限の並列処理(非チーム) バースト的な並列修正/リファクタリング
Ralph 検証/修正ループを備えた永続モード 完全に完了する必要があるタスク
Pipeline 順次的な段階的処理 多段階の変換
Swarm/Ultrapilot レガシーファサード → Team にルーティング 既存のワークフロー

~/.claude/settings.json で Claude Code ネイティブチームを有効にします:

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}

3. マジックキーワード

キーワード 効果
team 規範的な Team オーケストレーション /omc:team 3:executor "fix all TypeScript errors"
autopilot 完全な自律実行 autopilot: build a todo app
ralph 永続モード ralph: refactor auth
ulw 最大限の並列処理 ulw fix all errors
plan 計画インタビュー plan the API
ralplan 反復的な計画合意 ralplan this feature
swarm レガシー(Team にルーティング) swarm 5 agents: fix lint errors
ultrapilot レガシー(Team にルーティング) ultrapilot: build a fullstack app

: ralph には ultrawork が含まれています — ralph モードをアクティブにすると、自動的に ultrawork の並列実行が含まれます。


4. Team モード (規範的)

/omc:team 3:executor "fix all TypeScript errors"

段階的なパイプラインとして実行されます:

team-plan → team-prd → team-exec → team-verify → team-fix (ループ)

5. ユーティリティ

レート制限待機

レート制限がリセットされたときに Claude Code セッションを自動再開します:

omc wait          # ステータスを確認し、ガイダンスを取得
omc wait --start  # 自動再開デーモンを有効にする
omc wait --stop   # デーモンを無効にする

通知 (Telegram/Discord)

omc config-stop-callback telegram --enable --token <bot_token> --chat <chat_id>
omc config-stop-callback discord --enable --webhook <url>

6. 更新

# 1. 最新バージョンを同期
/plugin marketplace update omc

# 2. セットアップを再実行
/omc:omc-setup

# 更新後に問題が発生した場合
/omc:omc-doctor

7. オプション: マルチAIオーケストレーション

OMC はオプションで外部 AI プロバイダーをオーケストレーションできます(必須ではありません):

プロバイダー インストール 有効になる機能
Gemini CLI npm install -g @google/gemini-cli デザインレビュー、UIの一貫性(1Mトークンコンテキスト)
Codex CLI npm install -g @openai/codex アーキテクチャ検証、コードレビューの相互チェック

なぜ OMC なのか?

  • ゼロ設定 — インテリジェントなデフォルト設定でそのまま動作します
  • チームファーストのオーケストレーション — Team は規範的なマルチエージェントインターフェースです
  • 自然言語インターフェース — 覚えるコマンドはありません
  • 自動並列化 — 複雑なタスクを32の専門エージェントに分散します
  • 永続的な実行 — ジョブが完了したと検証されるまで停止しません
  • コスト最適化 — スマートなモデルルーティングにより、トークンを30〜50%節約します
  • リアルタイムの可視性 — HUD ステータスラインが舞台裏で何が起こっているかを表示します

クイックリファレンス

アクション コマンド
インストール /plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
セットアップ /omc:omc-setup
Team モード /omc:team N:executor "task"
Autopilot autopilot: <task>
Ralph ループ ralph: <task>
Ultrawork ulw <task>
更新 /plugin marketplace update omc && /omc:omc-setup
デバッグ /omc:omc-doctor

完全なドキュメント · GitHub

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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

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

Step 2: Run setup

/omc:omc-setup

Step 3: Build something

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/settings.json:

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  }
}

3. Magic Keywords

Keyword Effect Example
team Canonical Team orchestration /omc:team 3:executor "fix all TypeScript errors"
autopilot Full autonomous execution autopilot: build a todo app
ralph Persistence mode ralph: refactor auth
ulw Maximum parallelism ulw fix all errors
plan Planning interview plan the API
ralplan Iterative planning consensus ralplan this feature
swarm Legacy (routes to Team) swarm 5 agents: fix lint errors
ultrapilot Legacy (routes to Team) ultrapilot: build a fullstack app

Note: ralph includes ultrawork — activating ralph mode automatically includes ultrawork's parallel execution.


4. Team Mode (Canonical)

/omc:team 3:executor "fix all TypeScript errors"

Runs as a staged pipeline:

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

5. Utilities

Rate Limit Wait

Auto-resume Claude Code sessions when rate limits reset:

omc wait          # Check status, get guidance
omc wait --start  # Enable auto-resume daemon
omc wait --stop   # Disable daemon

Notifications (Telegram/Discord)

omc config-stop-callback telegram --enable --token <bot_token> --chat <chat_id>
omc config-stop-callback discord --enable --webhook <url>

6. Updating

# 1. Sync latest version
/plugin marketplace update omc

# 2. Re-run setup
/omc:omc-setup

# If issues after update
/omc:omc-doctor

7. Optional: Multi-AI Orchestration

OMC can optionally orchestrate external AI providers (not required):

Provider Install What it enables
Gemini CLI npm install -g @google/gemini-cli Design review, UI consistency (1M token context)
Codex CLI npm install -g @openai/codex Architecture validation, code review cross-check

Why OMC?

  • Zero configuration — works out of the box with intelligent defaults
  • Team-first orchestration — Team is the canonical multi-agent surface
  • Natural language interface — no commands to memorize
  • Automatic parallelization — complex tasks distributed across 32 specialized agents
  • Persistent execution — won't stop until the job is verified complete
  • Cost optimization — smart model routing saves 30–50% on tokens
  • Real-time visibility — HUD statusline shows what's happening under the hood

Quick Reference

Action Command
Install /plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
Setup /omc:omc-setup
Team mode /omc:team N:executor "task"
Autopilot autopilot: <task>
Ralph loop ralph: <task>
Ultrawork ulw <task>
Update /plugin marketplace update omc && /omc:omc-setup
Debug /omc:omc-doctor

Full documentation · GitHub