
Omc Reference
- 354 installs
- 38.3k repo stars
- Updated August 4, 2026
- yeachan-heo/oh-my-claudecode
omc-reference is an agent skill that looks up oh-my-claudecode agent prompts, tools, team pipeline routing, commit protocols, and skills registry details for developers who orchestrate OMC agents without loading full doc
About
omc-reference is a built-in reference skill from yeachan-heo/oh-my-claudecode for the OMC agent framework. The skill auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills, and exposes the catalog under the oh-my-claudecode: prefix. Documented agents include explore on haiku for fast codebase search, analyst on opus for requirements clarity, planner on opus for execution sequencing, and architect on opus for system design, with full prompts stored in agents/*.md files. Developers reach for omc-reference when they need detailed routing, commit protocol, or skills registry information without pasting the entire OMC documentation into CLAUDE.md.
- Provides on-demand access to the full OMC agent catalog
- Retrieves full prompts from agents/*.md files via oh-my-claudecode: prefix
- Avoids bloating individual Claude sessions with full reference content
- Quick lookup for any OMC-prefixed agent capability
- Complements other oh-my-claudecode skills as a discovery layer
Omc Reference by the numbers
- 354 all-time installs (skills.sh)
- +6 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #2,128 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill omc-referenceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 354 |
|---|---|
| repo stars | ★ 38.3k |
| Last updated | August 4, 2026 |
| Repository | yeachan-heo/oh-my-claudecode ↗ |
How do you look up oh-my-claudecode agent catalog details?
Look up full prompts and details from the oh-my-claudecode agent catalog without cluttering every Claude session with the entire reference documentation.
Who is it for?
Developers using oh-my-claudecode who need on-demand agent catalog and routing details without bloating CLAUDE.md.
Skip if: Developers not using oh-my-claudecode who need generic Claude Code documentation without OMC-specific agent prefixes.
When should I use this skill?
A developer delegates to OMC agents, orchestrates teams, uses OMC tools, makes commits, or needs skills registry lookup.
What you get
Agent prompt references, team pipeline routing rules, commit protocol, and skills registry entries.
- agent prompt references
- routing and commit protocol docs
Files
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 mappinganalyst(opus) — requirements clarity and hidden constraintsplanner(opus) — sequencing and execution plansarchitect(opus) — system design, boundaries, and long-horizon tradeoffsdebugger(sonnet) — root-cause analysis and failure diagnosisexecutor(sonnet) — implementation and refactoringverifier(sonnet) — completion evidence and validationtracer(sonnet) — trace gathering and evidence capturesecurity-reviewer(sonnet) — trust boundaries and vulnerabilitiescode-reviewer(opus) — comprehensive code reviewtest-engineer(sonnet) — testing strategy and regression coveragedesigner(sonnet) — UX and interaction designwriter(haiku) — documentation and concise content workqa-tester(sonnet) — runtime/manual validationscientist(sonnet) — data analysis and statistical reasoningdocument-specialist(sonnet) — SDK/API/framework documentation lookupgit-master(sonnet) — commit strategy and history hygienecode-simplifier(opus) — behavior-preserving simplificationcritic(opus) — plan/design challenge and review
Model Routing
haiku— quick lookups, lightweight inspection, narrow docs worksonnet— standard implementation, debugging, and reviewopus— 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
namevalues; do not call removedTeamCreate/TeamDeletetools or rely onteam_namefor 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
/teamoromc teamplus 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 coderalph— persistence loop until completion with verificationultrawork— high-throughput parallel executionvisual-verdict— structured visual QA verdictsteam— coordinated team orchestrationccg— Codex + Gemini + Claude synthesis laneultraqa— QA cycle: test, verify, fix, repeatomc-plan— planning workflow and/plan-safe aliasralplan— consensus planning workflowsciomc— science/research workflowexternal-context— external docs/research workflowdeepinit— hierarchical AGENTS.md generationdeep-interview— Socratic ambiguity-gated requirements workflowai-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-fixfor bounded remediation loops. team ralphlinks 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 decisionRejected:alternative considered | reason for rejectionDirective:forward-looking warning or instructionConfidence:high|medium|lowScope-risk:narrow|moderate|broadNot-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 profileRelated skills
How it compares
Use omc-reference for OMC-specific agent routing instead of generic Claude Code skill discovery tools.
FAQ
When does omc-reference auto-load in Claude Code?
omc-reference auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills. The skill supplies oh-my-claudecode catalog details that do not need to live in every CLAUDE.md session.
Which OMC agents does omc-reference document?
omc-reference documents agents including explore on haiku for codebase search, analyst on opus for requirements, planner on opus for sequencing, and architect on opus for design. Full prompts live in agents/*.md under the oh-my-claudecode: prefix.