OMC Reference

OMC agent catalog, available tools, team pipeline routing, commit protocol, and skills registry.

You say
Buy it · $89 Read it before you buy $89 Written by Yeachan-Heo · unverified publisher
Context cost
1.4k tokensestimated from the bundle, loaded when it triggers
Bundle
1 file · 5.6 kBtext throughout, nothing executable
Licence
MITpaid listing
Last change
no release on file
Servers it uses
Noneruns standalone

What it does

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.

Installed, it changes the agent in these ways.

What this skill changes about the agent is not written down here yet. The listing was collected from its source, and the description is in its own SKILL.md.

Workflow

Runs a procedure end to end.

collaborationagent

The skill itself

This is the whole product. A skill is instructions the model reads, so there is nothing behind the listing you cannot see first — the front matter loads with every session, and the body below it loads when the skill triggers.

SKILL.md5.6 kB · 142 lines
--- name: omc-reference description: 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. user-invocable: false ---
7# OMC Reference
8
9Use this built-in reference when you need detailed OMC catalog information that does not need to live in every CLAUDE.md session.
10
11## Agent Catalog
12
13Prefix: oh-my-claudecode:. See agents/*.md for full prompts.
14
15- explore (haiku) — fast codebase search and mapping
16- analyst (opus) — requirements clarity and hidden constraints
17- planner (opus) — sequencing and execution plans
18- architect (opus) — system design, boundaries, and long-horizon tradeoffs
19- debugger (sonnet) — root-cause analysis and failure diagnosis
20- executor (sonnet) — implementation and refactoring
21- verifier (sonnet) — completion evidence and validation
22- tracer (sonnet) — trace gathering and evidence capture
23- security-reviewer (sonnet) — trust boundaries and vulnerabilities
24- code-reviewer (opus) — comprehensive code review
25- test-engineer (sonnet) — testing strategy and regression coverage
26- designer (sonnet) — UX and interaction design
27- writer (haiku) — documentation and concise content work
28- qa-tester (sonnet) — runtime/manual validation
29- scientist (sonnet) — data analysis and statistical reasoning
30- document-specialist (sonnet) — SDK/API/framework documentation lookup
31- git-master (sonnet) — commit strategy and history hygiene
32- code-simplifier (opus) — behavior-preserving simplification
33- critic (opus) — plan/design challenge and review
34
35## Model Routing
36
37- haiku — quick lookups, lightweight inspection, narrow docs work
38- sonnet — standard implementation, debugging, and review
39- opus — architecture, deep analysis, consensus planning, and high-risk review
40
41## Tools Reference
42
43### External AI / orchestration
44- /team N:executor "task"
45- omc team N:codex|gemini "..."
46- omc ask <claude|codex|gemini>
47- /ccg
48
49### OMC state
50- state_read, state_write, state_clear, state_list_active, state_get_status
51
52### Team runtime
53- TeamCreate, TeamDelete, SendMessage, TaskCreate, TaskList, TaskGet, TaskUpdate
54
55### Notepad
56- notepad_read, notepad_write_priority, notepad_write_working, notepad_write_manual
57
58### Project memory
59- project_memory_read, project_memory_write, project_memory_add_note, project_memory_add_directive
60
61### Code intelligence
62- LSP: lsp_hover, lsp_goto_definition, lsp_find_references, lsp_diagnostics, and related helpers
63- AST: ast_grep_search, ast_grep_replace
64- Utility: python_repl
65
66## Skills Registry
67
68Invoke built-in workflows via /oh-my-claudecode:<name>.
69
70### Workflow skills
71- autopilot — full autonomous execution from idea to working code
72- ralph — persistence loop until completion with verification
73- ultrawork — high-throughput parallel execution
74- visual-verdict — structured visual QA verdicts
75- team — coordinated team orchestration
76- ccg — Codex + Gemini + Claude synthesis lane
77- ultraqa — QA cycle: test, verify, fix, repeat
78- omc-plan — planning workflow and /plan-safe alias
79- ralplan — consensus planning workflow
80- sciomc — science/research workflow
81- external-context — external docs/research workflow
82- deepinit — hierarchical AGENTS.md generation
83- deep-interview — Socratic ambiguity-gated requirements workflow
84- ai-slop-cleaner — regression-safe cleanup workflow
85
86### Utility skills
87- ask, cancel, note, learner, omc-setup, mcp-setup, hud, omc-doctor, trace, release, project-session-manager, skill, writer-memory, configure-notifications
88
89### Keyword triggers kept compact in CLAUDE.md
90- "autopilot"→autopilot
91- "ralph"→ralph
92- "ulw"→ultrawork
93- "ccg"→ccg
94- "ralplan"→ralplan
95- "deep interview"→deep-interview
96- "deslop" / "anti-slop"→ai-slop-cleaner
97- "deep-analyze"→analysis mode
98- "tdd"→TDD mode
99- "deepsearch"→codebase search
100- "ultrathink"→deep reasoning
101- "cancelomc"→cancel
102- Team orchestration is explicit via /team.
103
104## Team Pipeline
105
106Stages: team-planteam-prdteam-execteam-verifyteam-fix (loop).
107
108- Use team-fix for bounded remediation loops.
109- team ralph links the team pipeline with Ralph-style sequential verification.
110- Prefer team mode when independent parallel lanes justify the coordination overhead.
111
112## Commit Protocol
113
114Use git trailers to preserve decision context in every commit message.
115
116### Format
117- Intent line first: why the change was made
118- Optional body with context and rationale
119- Structured trailers when applicable
120
121### Common trailers
122- Constraint: active constraint shaping the decision
123- Rejected: alternative considered | reason for rejection
124- Directive: forward-looking warning or instruction
125- Confidence: high | medium | low
126- Scope-risk: narrow | moderate | broad
127- Not-tested: known verification gap
128
129### Example
130```text
131feat(docs): reduce always-loaded OMC instruction footprint
132
133Move reference-only orchestration content into a native Claude skill so
134session-start guidance stays small while detailed OMC reference remains available.
135
136Constraint: Preserve CLAUDE.md marker-based installation flow
137Rejected: Sync all built-in skills in legacy install | broader behavior change than issue requires
138Confidence: high
139Scope-risk: narrow
140Not-tested: End-to-end plugin marketplace install in a fresh Claude profile
141```
142
In the file
SKILL.md698 words
Files1
LicenceMIT
Why you can read it

Nothing in a skill executes. The client loads the text and the model follows it, so a skill can be audited the way a runbook is — by reading it.

What it costs in context

Skills are not billed by the call. They are paid for in context: every token the instructions occupy is a token your code, your diff and your conversation cannot use. Here is what this one takes and when it takes it.

≈70
always loaded
The name and description, so the model knows the skill exists and when to reach for it.
1,330
on trigger
The instruction body, read only when the skill fires.
0.70%
of a 200k window
Ten skills this size would take about 7% of the window before you open a file.
050k100k150k200k context window

1.4k tokens, estimated from the bundle at four bytes to the token, held for the rest of the session once it triggers. Middling. Fine to keep on in a project where you use it weekly, worth unloading in one where you never do.

Servers bill, skills cost

A server charges by the month. A skill charges once per session, in context, and then keeps charging it for as long as the session lives.

Before and after

The same question, put to the same model twice: once as it comes, and once with these instructions loaded.

No worked example has been published for this skill yet.

Adoption
Installsnone yet
Ratingno reviews yet

The procedure it runs

The procedure has not been published here. It is in the skill’s own SKILL.md, which its author has not sent to the marketplace yet.

Prose, not code

These steps are written for a model to follow, not executed by a runtime. It can still be told to skip one, and it will say so when it does.

Servers it uses

None. This skill calls no MCP servers at all.

Everything it needs is in the instructions, so it works in a project with nothing connected — the model reads the file and changes how it works with what it can already reach.

It writes no files and reaches no network. All it changes is how the model reasons and writes.

What it asks for
Writes filesno
Network accessno

Read from the allowed-tools line of this skill’s own SKILL.md. A skill grants no permissions of its own — it can only ask for tools your client already has.

What it will not do

Every skill is narrow, and the useful ones say where they stop. These are the jobs this one is the wrong tool for.

What this skill is not for has not been published here. Nothing is implied by that: it is a section the author has not filled in.

What is in the bundle

1 file, 5.6 kB on disk. A bundle is text throughout: the instructions the model reads, plus the templates it fills in.

  • SKILL.md5.6 kB
What is not in it

No dependencies and nothing executable: a skill is text the agent reads, so the bundle is 1 file you can review in full before installing. The MIT licence covers the templates and examples as well as the instructions.

Install

Installing copies the bundle into your project. Nothing runs at install time — the files sit on disk until the model reads them.

$89 once
OMC Reference · MIT · Yeachan-Heo
one-time
Price$89 once
LicenceMIT — the author’s, unchanged by this purchase
Paid throughStripe, once, on the card you add at the checkout
Keeps workingfor good — the files are yours once they are on disk
Updatesevery update its author ships, delivered through this account

You can read the whole bundle before paying — the SKILL.md above is the product, not a preview of it. What the money buys is the delivery: the folder packaged and handed to your machine by key, every update its author ships, and our support if it does not do what this listing says. The terms of use are MIT, set by the author and unchanged by buying it here.

Payment runs through Stripe, on a page like this one rather than a redirect. Once there is an account it joins the same mcprush invoice as everything else you run, so there is never a second card to enter.

Which clients pick it up on their own

A skill is a folder of text. A client with a skills folder reads it without being told; everywhere else the same text works, it is just handed to the model rather than found.

Claude Code.claude/skills/
Claude Desktop
ChatGPT
Cursor.cursor/skills/
VS Code.github/skills/
Codex CLI.agents/skills/
Gemini CLI.gemini/skills/
Grok.grok/skills/
Zed.agents/skills/
Windsurf.windsurf/skills/
Agent SDK.claude/skills/
HTTP / API
This release
Versionnot versioned
Publishedno release date on file
Price$89
Referenceyeachan-heo/omc-reference

Versions

Its author publishes no version number, so there is nothing here to pin to: what you install is the folder as it stands today. Instructions change more often than APIs do — a skill can be rewritten entirely without anything it depends on moving.

v
  • No earlier releases have been published to the marketplace.
Pinning

Nothing to pin to: this skill carries no version number of its own. What you install is what the folder holds on the day you install it.

Reviews

no reviews yet · no installs yet

Nobody has reviewed this skill yet. The rating is the mean of the reviews written here, so there is none until somebody writes the first.

Who can post

Only accounts that have had the skill installed for fourteen days, so a review is written after living with it rather than after reading it. Publishers may reply once.

Who wrote it

YE
Yeachan-Heo

Publishes on mcprush.

0 servers listed3 skills listednot claimed
Profile
Publisher
Servers0