Bundled with Unleash skills pack. Source: C:\Users\Admin.claude\skills\omc-reference\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|antigravity "..."
omc ask <claude|codex|gemini|antigravity>
/ccg
OMC state
state_read, state_write, state_clear, state_list_active, state_get_status
Team orchestration
- Claude Code 2.1.178+ uses one implicit agent team per session. Spawn teammates directly with Agent/Task using distinct
name values; do not call removed TeamCreate/TeamDelete tools or rely on team_name for native routing.
- Use TodoWrite or the available task-list surface for tracking only. Task-list tools do not create native teams.
- Legacy OMC tmux/CLI teams are separate: use
/team or omc team plus OMC state/API commands for external worker runs.
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, skillify, learner (deprecated alias), 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-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.
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
1---2name: omc-reference3description: 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.4license: MIT5---67> Bundled with Unleash skills pack. Source: C:\Users\Admin\.claude\skills\omc-reference\SKILL.md89# OMC Reference1011Use this built-in reference when you need detailed OMC catalog information that does not need to live in every `CLAUDE.md` session.1213## Agent Catalog1415Prefix: `oh-my-claudecode:`. See `agents/*.md` for full prompts.1617- `explore` (haiku) — fast codebase search and mapping18- `analyst` (opus) — requirements clarity and hidden constraints19- `planner` (opus) — sequencing and execution plans20- `architect` (opus) — system design, boundaries, and long-horizon tradeoffs21- `debugger` (sonnet) — root-cause analysis and failure diagnosis22- `executor` (sonnet) — implementation and refactoring23- `verifier` (sonnet) — completion evidence and validation24- `tracer` (sonnet) — trace gathering and evidence capture25- `security-reviewer` (sonnet) — trust boundaries and vulnerabilities26- `code-reviewer` (opus) — comprehensive code review27- `test-engineer` (sonnet) — testing strategy and regression coverage28- `designer` (sonnet) — UX and interaction design29- `writer` (haiku) — documentation and concise content work30- `qa-tester` (sonnet) — runtime/manual validation31- `scientist` (sonnet) — data analysis and statistical reasoning32- `document-specialist` (sonnet) — SDK/API/framework documentation lookup33- `git-master` (sonnet) — commit strategy and history hygiene34- `code-simplifier` (opus) — behavior-preserving simplification35- `critic` (opus) — plan/design challenge and review3637## Model Routing3839- `haiku` — quick lookups, lightweight inspection, narrow docs work40- `sonnet` — standard implementation, debugging, and review41- `opus` — architecture, deep analysis, consensus planning, and high-risk review4243## Tools Reference4445### External AI / orchestration46- `/team N:executor "task"`47- `omc team N:codex|gemini|antigravity "..."`48- `omc ask <claude|codex|gemini|antigravity>`49- `/ccg`5051### OMC state52- `state_read`, `state_write`, `state_clear`, `state_list_active`, `state_get_status`5354### Team orchestration55- Claude Code 2.1.178+ uses one implicit agent team per session. Spawn teammates directly with Agent/Task using distinct `name` values; do not call removed `TeamCreate`/`TeamDelete` tools or rely on `team_name` for native routing.56- Use TodoWrite or the available task-list surface for tracking only. Task-list tools do not create native teams.57- Legacy OMC tmux/CLI teams are separate: use `/team` or `omc team` plus OMC state/API commands for external worker runs.5859### Notepad60- `notepad_read`, `notepad_write_priority`, `notepad_write_working`, `notepad_write_manual`6162### Project memory63- `project_memory_read`, `project_memory_write`, `project_memory_add_note`, `project_memory_add_directive`6465### Code intelligence66- LSP: `lsp_hover`, `lsp_goto_definition`, `lsp_find_references`, `lsp_diagnostics`, and related helpers67- AST: `ast_grep_search`, `ast_grep_replace`68- Utility: `python_repl`6970## Skills Registry7172Invoke built-in workflows via `/oh-my-claudecode:<name>`.7374### Workflow skills75- `autopilot` — full autonomous execution from idea to working code76- `ralph` — persistence loop until completion with verification77- `ultrawork` — high-throughput parallel execution78- `visual-verdict` — structured visual QA verdicts79- `team` — coordinated team orchestration80- `ccg` — Codex + Gemini + Claude synthesis lane81- `ultraqa` — QA cycle: test, verify, fix, repeat82- `omc-plan` — planning workflow and `/plan`-safe alias83- `ralplan` — consensus planning workflow84- `sciomc` — science/research workflow85- `external-context` — external docs/research workflow86- `deepinit` — hierarchical AGENTS.md generation87- `deep-interview` — Socratic ambiguity-gated requirements workflow88- `ai-slop-cleaner` — regression-safe cleanup workflow8990### Utility skills91- `ask`, `cancel`, `note`, `skillify`, `learner` (deprecated alias), `omc-setup`, `mcp-setup`, `hud`, `omc-doctor`, `trace`, `release`, `project-session-manager`, `skill`, `writer-memory`, `configure-notifications`9293### Keyword triggers kept compact in CLAUDE.md94- `"autopilot"→autopilot`95- `"ralph"→ralph`96- `"ulw"→ultrawork`97- `"ccg"→ccg`98- `"ralplan"→ralplan`99- `"deep interview"→deep-interview`100- `"deslop" / "anti-slop"→ai-slop-cleaner`101- `"deep-analyze"→analysis mode`102- `"tdd"→TDD mode`103- `"deepsearch"→codebase search`104- `"ultrathink"→deep reasoning`105- `"cancelomc"→cancel`106- Team orchestration is explicit via `/team`.107108## Team Pipeline109110Stages: `team-plan` → `team-prd` → `team-exec` → `team-verify` → `team-fix` (loop).111112- Use `team-fix` for bounded remediation loops.113- `team ralph` links the team pipeline with Ralph-style sequential verification.114- Prefer team mode when independent parallel lanes justify the coordination overhead.115116## Commit Protocol117118Use git trailers to preserve decision context in every commit message.119120### Format121- Intent line first: why the change was made122- Optional body with context and rationale123- Structured trailers when applicable124125### Common trailers126- `Constraint:` active constraint shaping the decision127- `Rejected:` alternative considered | reason for rejection128- `Directive:` forward-looking warning or instruction129- `Confidence:` `high` | `medium` | `low`130- `Scope-risk:` `narrow` | `moderate` | `broad`131- `Not-tested:` known verification gap132133### Example134```text135feat(docs): reduce always-loaded OMC instruction footprint136137Move reference-only orchestration content into a native Claude skill so138session-start guidance stays small while detailed OMC reference remains available.139140Constraint: Preserve CLAUDE.md marker-based installation flow141Rejected: Sync all built-in skills in legacy install | broader behavior change than issue requires142Confidence: high143Scope-risk: narrow144Not-tested: End-to-end plugin marketplace install in a fresh Claude profile145```146