npx skills add https://github.com/akillness/oh-my-gods --skill omc步骤 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
| 模式 | 描述 |
|---|
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
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 用途 |
|---|
| 团队(推荐) | 分阶段流水线:team-plan → team-prd → team-exec → team-verify → team-fix | 协调智能体处理共享任务列表 |
| 自动驾驶 | 自主单主导智能体 | 端到端功能开发,流程极简 |
| 超量工作 | 最大并行度(非团队模式) | 突发性并行修复/重构 |
| 拉尔夫 | 带验证/修复循环的持久模式 | 必须完全完成的任务 |
| 流水线 | 顺序分阶段处理 | 多步骤转换 |
| 集群/超驾 | 旧版外观 → 路由到团队模式 | 现有工作流 |
在 ~/.claude/settings.json 中启用 Claude Code 原生团队:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
| 关键词 | 效果 | 示例 |
|---|---|---|
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 | 旧版(路由到团队模式) | swarm 5 agents: fix lint errors |
ultrapilot | 旧版(路由到团队模式) | ultrapilot: build a fullstack app |
注意:
ralph包含超量工作模式 — 激活 ralph 模式会自动包含超量工作的并行执行。
/omc:team 3:executor "fix all TypeScript errors"
作为分阶段流水线运行:
team-plan → team-prd → team-exec → team-verify → team-fix (loop)
当速率限制重置时,自动恢复 Claude Code 会话:
omc wait # 检查状态,获取指导
omc wait --start # 启用自动恢复守护进程
omc wait --stop # 禁用守护进程
omc config-stop-callback telegram --enable --token <bot_token> --chat <chat_id>
omc config-stop-callback discord --enable --webhook <url>
# 1. 同步最新版本
/plugin marketplace update omc
# 2. 重新运行设置
/omc:omc-setup
# 如果更新后出现问题
/omc:omc-doctor
OMC 可以选择性地编排外部 AI 提供商(非必需):
| 提供商 | 安装 | 功能 |
|---|---|---|
| Gemini CLI | npm install -g @google/gemini-cli | 设计评审,UI 一致性(1M token 上下文) |
| Codex CLI | npm install -g @openai/codex | 架构验证,代码评审交叉检查 |
| 操作 | 命令 |
|---|---|
| 安装 | /plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode |
| 设置 | /omc:omc-setup |
| 团队模式 | /omc:team N:executor "task" |
| 自动驾驶 | autopilot: <task> |
| 拉尔夫循环 | ralph: <task> |
| 超量工作 | ulw <task> |
| 更新 | /plugin marketplace update omc && /omc:omc-setup |
| 调试 | /omc:omc-doctor |
每周安装
1
仓库
首次出现
1 天前
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
| 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"
}
}
| 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 :
ralphincludes ultrawork — activating ralph mode automatically includes ultrawork's parallel execution.
/omc:team 3:executor "fix all TypeScript errors"
Runs as a staged pipeline:
team-plan → team-prd → team-exec → team-verify → team-fix (loop)
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
omc 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
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 |
| 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 |
Weekly Installs
1
Repository
First Seen
1 day ago
Security Audits
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
60,400 周安装