Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

omc-referenceOMC 参考

Agent Skill

omc-reference 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,189

周安装

137

GitHub Stars

32,019

下载量

1,118
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:omc-reference(OMC 参考)
来源仓库:https://github.com/yeachan-heo/oh-my-claudecode
仓库路径:skills/omc-reference
安装命令:
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-reference
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-reference

简介

omc-reference 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前建议核实是否会触发联网、命令执行或文件读写操作。
  • 可结合原始 README 进一步了解具体用法和功能边界。

SKILL.md

OMC Reference

Use this built-in reference when you need detailed OMC catalog information that does not need to live in every CLAUDE.md session.

Agent Catalog

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

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

Tools Reference

External AI / orchestration

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

OMC state

  • state_read, state_write, state_clear, state_list_active, state_get_status

Team runtime

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

Notepad

  • 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

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

Skills Registry

Invoke built-in workflows via /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

Utility skills

  • 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

  • "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.

Team Pipeline

Stages: team-planteam-prdteam-execteam-verifyteam-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.

Commit Protocol

Use git trailers to preserve decision context in every commit message.

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

Example

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.14%
按下载量换算393

Claude

27.68%
按下载量换算309

Cursor

20.27%
按下载量换算227

Gemini CLI

9.25%
按下载量换算103

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills