omc-reference

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

OMC Reference

OMC参考手册

Use this built-in reference when you need detailed OMC catalog information that does not need to live in every
CLAUDE.md
session.
当你需要无需存放在每个
CLAUDE.md
会话中的详细OMC目录信息时,可以使用这份内置参考。

Agent Catalog

Agent目录

Prefix:
oh-my-claudecode:
. See
agents/*.md
for full prompts.
  • explore
    (haiku) — fast codebase search and mapping
  • analyst
    (opus) — requirements clarity and hidden constraints
  • planner
    (opus) — sequencing and execution plans
  • architect
    (opus) — system design, boundaries, and long-horizon tradeoffs
  • debugger
    (sonnet) — root-cause analysis and failure diagnosis
  • executor
    (sonnet) — implementation and refactoring
  • verifier
    (sonnet) — completion evidence and validation
  • tracer
    (sonnet) — trace gathering and evidence capture
  • security-reviewer
    (sonnet) — trust boundaries and vulnerabilities
  • code-reviewer
    (opus) — comprehensive code review
  • test-engineer
    (sonnet) — testing strategy and regression coverage
  • designer
    (sonnet) — UX and interaction design
  • writer
    (haiku) — documentation and concise content work
  • qa-tester
    (sonnet) — runtime/manual validation
  • scientist
    (sonnet) — data analysis and statistical reasoning
  • document-specialist
    (sonnet) — SDK/API/framework documentation lookup
  • git-master
    (sonnet) — commit strategy and history hygiene
  • code-simplifier
    (opus) — behavior-preserving simplification
  • critic
    (opus) — plan/design challenge and review
前缀:
oh-my-claudecode:
。完整提示词请查看
agents/*.md
文件。
  • explore
    (haiku) — 快速代码库搜索与映射
  • analyst
    (opus) — 需求澄清与隐藏约束识别
  • planner
    (opus) — 任务排序与执行计划制定
  • architect
    (opus) — 系统设计、边界划分与长期权衡评估
  • debugger
    (sonnet) — 根因分析与故障诊断
  • executor
    (sonnet) — 功能实现与重构
  • verifier
    (sonnet) — 完成度证据收集与验证
  • tracer
    (sonnet) — 链路追踪与证据采集
  • security-reviewer
    (sonnet) — 信任边界与漏洞检查
  • code-reviewer
    (opus) — 全面代码评审
  • test-engineer
    (sonnet) — 测试策略制定与回归覆盖
  • designer
    (sonnet) — UX与交互设计
  • writer
    (haiku) — 文档编写与精简内容产出
  • qa-tester
    (sonnet) — 运行时/手动验证
  • scientist
    (sonnet) — 数据分析与统计推理
  • document-specialist
    (sonnet) — SDK/API/框架文档查询
  • git-master
    (sonnet) — 提交策略与历史记录规范
  • code-simplifier
    (opus) — 行为无损的代码简化
  • critic
    (opus) — 计划/设计的质询与评审

Model Routing

模型路由

  • haiku
    — quick lookups, lightweight inspection, narrow docs work
  • sonnet
    — standard implementation, debugging, and review
  • opus
    — architecture, deep analysis, consensus planning, and high-risk review
  • haiku
    — 快速查询、轻量检查、窄范围文档工作
  • sonnet
    — 标准功能实现、调试与评审
  • opus
    — 架构设计、深度分析、共识规划、高风险场景评审

Tools Reference

工具参考

External AI / orchestration

外部AI / 编排

  • /team N:executor "task"
  • omc team N:codex|gemini "..."
  • omc ask <claude|codex|gemini>
  • /ccg
  • /team N:executor "task"
  • omc team N:codex|gemini "..."
  • omc ask <claude|codex|gemini>
  • /ccg

OMC state

OMC状态管理

  • state_read
    ,
    state_write
    ,
    state_clear
    ,
    state_list_active
    ,
    state_get_status
  • state_read
    ,
    state_write
    ,
    state_clear
    ,
    state_list_active
    ,
    state_get_status

Team runtime

团队运行时

  • TeamCreate
    ,
    TeamDelete
    ,
    SendMessage
    ,
    TaskCreate
    ,
    TaskList
    ,
    TaskGet
    ,
    TaskUpdate
  • TeamCreate
    ,
    TeamDelete
    ,
    SendMessage
    ,
    TaskCreate
    ,
    TaskList
    ,
    TaskGet
    ,
    TaskUpdate

Notepad

记事本

  • notepad_read
    ,
    notepad_write_priority
    ,
    notepad_write_working
    ,
    notepad_write_manual
  • notepad_read
    ,
    notepad_write_priority
    ,
    notepad_write_working
    ,
    notepad_write_manual

Project memory

项目记忆库

  • project_memory_read
    ,
    project_memory_write
    ,
    project_memory_add_note
    ,
    project_memory_add_directive
  • project_memory_read
    ,
    project_memory_write
    ,
    project_memory_add_note
    ,
    project_memory_add_directive

Code intelligence

代码智能能力

  • LSP:
    lsp_hover
    ,
    lsp_goto_definition
    ,
    lsp_find_references
    ,
    lsp_diagnostics
    , and related helpers
  • AST:
    ast_grep_search
    ,
    ast_grep_replace
  • Utility:
    python_repl
  • LSP:
    lsp_hover
    ,
    lsp_goto_definition
    ,
    lsp_find_references
    ,
    lsp_diagnostics
    及相关辅助工具
  • AST:
    ast_grep_search
    ,
    ast_grep_replace
  • 实用工具:
    python_repl

Skills Registry

技能注册表

Invoke built-in workflows via
/oh-my-claudecode:<name>
.
通过
/oh-my-claudecode:<name>
调用内置工作流。

Workflow skills

工作流技能

  • autopilot
    — full autonomous execution from idea to working code
  • ralph
    — persistence loop until completion with verification
  • ultrawork
    — high-throughput parallel execution
  • visual-verdict
    — structured visual QA verdicts
  • team
    — coordinated team orchestration
  • ccg
    — Codex + Gemini + Claude synthesis lane
  • ultraqa
    — QA cycle: test, verify, fix, repeat
  • omc-plan
    — planning workflow and
    /plan
    -safe alias
  • ralplan
    — consensus planning workflow
  • sciomc
    — science/research workflow
  • external-context
    — external docs/research workflow
  • deepinit
    — hierarchical AGENTS.md generation
  • deep-interview
    — Socratic ambiguity-gated requirements workflow
  • ai-slop-cleaner
    — regression-safe cleanup workflow
  • autopilot
    — 从想法到可运行代码的全自主执行
  • ralph
    — 带验证的持续运行循环直到任务完成
  • ultrawork
    — 高吞吐量并行执行
  • visual-verdict
    — 结构化可视化QA判定
  • team
    — 协同团队编排
  • ccg
    — Codex + Gemini + Claude合成链路
  • ultraqa
    — QA循环:测试、验证、修复、重复
  • omc-plan
    — 规划工作流及
    /plan
    安全别名
  • ralplan
    — 共识规划工作流
  • sciomc
    — 科学/研究工作流
  • external-context
    — 外部文档/研究工作流
  • deepinit
    — 层级化AGENTS.md生成
  • deep-interview
    — 基于苏格拉底式歧义校验的需求梳理工作流
  • ai-slop-cleaner
    — 安全回归的代码清理工作流

Utility skills

实用技能

  • ask
    ,
    cancel
    ,
    note
    ,
    learner
    ,
    omc-setup
    ,
    mcp-setup
    ,
    hud
    ,
    omc-doctor
    ,
    trace
    ,
    release
    ,
    project-session-manager
    ,
    skill
    ,
    writer-memory
    ,
    configure-notifications
  • ask
    ,
    cancel
    ,
    note
    ,
    learner
    ,
    omc-setup
    ,
    mcp-setup
    ,
    hud
    ,
    omc-doctor
    ,
    trace
    ,
    release
    ,
    project-session-manager
    ,
    skill
    ,
    writer-memory
    ,
    configure-notifications

Keyword triggers kept compact in CLAUDE.md

CLAUDE.md中保留的精简关键词触发器

  • "autopilot"→autopilot
  • "ralph"→ralph
  • "ulw"→ultrawork
  • "ccg"→ccg
  • "ralplan"→ralplan
  • "deep interview"→deep-interview
  • "deslop" / "anti-slop"→ai-slop-cleaner
  • "deep-analyze"→analysis mode
  • "tdd"→TDD mode
  • "deepsearch"→codebase search
  • "ultrathink"→deep reasoning
  • "cancelomc"→cancel
  • Team orchestration is explicit via
    /team
    .
  • "autopilot"→autopilot
  • "ralph"→ralph
  • "ulw"→ultrawork
  • "ccg"→ccg
  • "ralplan"→ralplan
  • "deep interview"→deep-interview
  • "deslop" / "anti-slop"→ai-slop-cleaner
  • "deep-analyze"→分析模式
  • "tdd"→TDD模式
  • "deepsearch"→代码库搜索
  • "ultrathink"→深度推理
  • "cancelomc"→cancel
  • 团队编排需通过
    /team
    显式调用。

Team Pipeline

团队流水线

Stages:
team-plan
team-prd
team-exec
team-verify
team-fix
(loop).
  • Use
    team-fix
    for bounded remediation loops.
  • team ralph
    links the team pipeline with Ralph-style sequential verification.
  • Prefer team mode when independent parallel lanes justify the coordination overhead.
阶段:
team-plan
team-prd
team-exec
team-verify
team-fix
(循环)。
  • 使用
    team-fix
    进行边界明确的修复循环。
  • team ralph
    将团队流水线与Ralph风格的顺序验证关联。
  • 当独立并行链路的收益高于协调成本时,优先使用团队模式。

Commit Protocol

提交协议

Use git trailers to preserve decision context in every commit message.
使用git尾部标记(trailers)在每条提交信息中保留决策上下文。

Format

格式

  • Intent line first: why the change was made
  • Optional body with context and rationale
  • Structured trailers when applicable
  • 第一行写意图:说明变更的原因
  • 可选正文补充上下文和合理性说明
  • 适用场景下添加结构化尾部标记

Common trailers

常用尾部标记

  • Constraint:
    active constraint shaping the decision
  • Rejected:
    alternative considered | reason for rejection
  • Directive:
    forward-looking warning or instruction
  • Confidence:
    high
    |
    medium
    |
    low
  • Scope-risk:
    narrow
    |
    moderate
    |
    broad
  • Not-tested:
    known verification gap
  • Constraint:
    影响决策的有效约束
  • Rejected:
    被否决的备选方案 | 否决原因
  • Directive:
    前瞻性警告或说明
  • Confidence:
    high
    |
    medium
    |
    low
  • Scope-risk:
    narrow
    |
    moderate
    |
    broad
  • Not-tested:
    已知的验证缺口

Example

示例

text
feat(docs): reduce always-loaded OMC instruction footprint

Move reference-only orchestration content into a native Claude skill so
session-start guidance stays small while detailed OMC reference remains available.

Constraint: Preserve CLAUDE.md marker-based installation flow
Rejected: Sync all built-in skills in legacy install | broader behavior change than issue requires
Confidence: high
Scope-risk: narrow
Not-tested: End-to-end plugin marketplace install in a fresh Claude profile
text
feat(docs): reduce always-loaded OMC instruction footprint

Move reference-only orchestration content into a native Claude skill so
session-start guidance stays small while detailed OMC reference remains available.

Constraint: Preserve CLAUDE.md marker-based installation flow
Rejected: Sync all built-in skills in legacy install | broader behavior change than issue requires
Confidence: high
Scope-risk: narrow
Not-tested: End-to-end plugin marketplace install in a fresh Claude profile