Oh-my-claudecode omc-reference
OMC agent catalog, available tools, team pipeline routing, commit protocol, and skills registry. Auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills.
install
source · Clone the upstream repo
git clone https://github.com/Yeachan-Heo/oh-my-claudecode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Yeachan-Heo/oh-my-claudecode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/omc-reference" ~/.claude/skills/yeachan-heo-oh-my-claudecode-omc-reference && rm -rf "$T"
manifest:
skills/omc-reference/SKILL.mdsource content
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.
(haiku) — fast codebase search and mappingexplore
(opus) — requirements clarity and hidden constraintsanalyst
(opus) — sequencing and execution plansplanner
(opus) — system design, boundaries, and long-horizon tradeoffsarchitect
(sonnet) — root-cause analysis and failure diagnosisdebugger
(sonnet) — implementation and refactoringexecutor
(sonnet) — completion evidence and validationverifier
(sonnet) — trace gathering and evidence capturetracer
(sonnet) — trust boundaries and vulnerabilitiessecurity-reviewer
(opus) — comprehensive code reviewcode-reviewer
(sonnet) — testing strategy and regression coveragetest-engineer
(sonnet) — UX and interaction designdesigner
(haiku) — documentation and concise content workwriter
(sonnet) — runtime/manual validationqa-tester
(sonnet) — data analysis and statistical reasoningscientist
(sonnet) — SDK/API/framework documentation lookupdocument-specialist
(sonnet) — commit strategy and history hygienegit-master
(opus) — behavior-preserving simplificationcode-simplifier
(opus) — plan/design challenge and reviewcritic
Model Routing
— quick lookups, lightweight inspection, narrow docs workhaiku
— standard implementation, debugging, and reviewsonnet
— architecture, deep analysis, consensus planning, and high-risk reviewopus
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_activestate_get_status
Team runtime
,TeamCreate
,TeamDelete
,SendMessage
,TaskCreate
,TaskList
,TaskGetTaskUpdate
Notepad
,notepad_read
,notepad_write_priority
,notepad_write_workingnotepad_write_manual
Project memory
,project_memory_read
,project_memory_write
,project_memory_add_noteproject_memory_add_directive
Code intelligence
- LSP:
,lsp_hover
,lsp_goto_definition
,lsp_find_references
, and related helperslsp_diagnostics - AST:
,ast_grep_searchast_grep_replace - Utility:
python_repl
Skills Registry
Invoke built-in workflows via
/oh-my-claudecode:<name>.
Workflow skills
— full autonomous execution from idea to working codeautopilot
— persistence loop until completion with verificationralph
— high-throughput parallel executionultrawork
— structured visual QA verdictsvisual-verdict
— coordinated team orchestrationteam
— Codex + Gemini + Claude synthesis laneccg
— QA cycle: test, verify, fix, repeatultraqa
— planning workflow andomc-plan
-safe alias/plan
— consensus planning workflowralplan
— science/research workflowsciomc
— external docs/research workflowexternal-context
— hierarchical AGENTS.md generationdeepinit
— Socratic ambiguity-gated requirements workflowdeep-interview
— regression-safe cleanup workflowai-slop-cleaner
Utility skills
,ask
,cancel
,note
,learner
,omc-setup
,mcp-setup
,hud
,omc-doctor
,trace
,release
,project-session-manager
,skill
,writer-memoryconfigure-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-plan → team-prd → team-exec → team-verify → team-fix (loop).
- Use
for bounded remediation loops.team-fix
links the team pipeline with Ralph-style sequential verification.team ralph- 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
active constraint shaping the decisionConstraint:
alternative considered | reason for rejectionRejected:
forward-looking warning or instructionDirective:Confidence:
|high
|mediumlowScope-risk:
|narrow
|moderatebroad
known verification gapNot-tested:
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