| name | omq-reference |
| description | OMQ agent catalog, available tools, team pipeline routing, commit protocol, and skills registry. Auto-loads when delegating to agents, using OMQ tools, orchestrating teams, making commits, or invoking skills. |
| user-invocable | false |
OMQ Reference
Use this built-in reference when you need detailed OMQ catalog information that does not need to live in every CLAUDE.md session.
Agent Catalog
Prefix: oh-my-qoder:. 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"
omq team N:codex|gemini "..."
omq ask <claude|codex|gemini>
/ccg
OMQ 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-qoder:<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
omq-plan โ planning workflow and /plan-safe alias
ralplan โ consensus planning workflow
sciomq โ 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), omq-setup, mcp-setup, hud, omq-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
"cancelomq"->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 OMQ instruction footprint
Move reference-only orchestration content into a native Claude skill so
session-start guidance stays small while detailed OMQ 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