OMC
Oh My ClaudeCodev4.12.0

Skills

Introduces all 37 OMC skills organized into workflow and utility categories.

What are Skills?

Skills are commands invoked with the format /oh-my-claudecode:skill-name. They can also be activated via magic keywords, so you can use them in conversation without memorizing the command name.

Count note: OMC ships 37 built-in skills. 36 are user-callable via slash command or magic keyword; 1 (omc-reference) is auto-loaded internally and has user-invocable: false.

Workflow Skills

Execution mode skills that automate tasks.

SkillDescriptionMagic Keywords
autopilotAutonomous full pipeline from idea to working codeautopilot, build me, I want a
ralphSelf-referential loop that repeats until completionralph, don't stop
ultraworkMaximum parallel agent executionultrawork, ulw
ultraqaQA cycling: test, verify, fix, repeat-
teamN Claude agent coordination pipeline-
omc-teamsRun claude/codex/gemini CLI workers in tmux-
ccgClaude-Codex-Gemini tri-model orchestrationccg
planInterview-based strategic planning-
ralplanPlanner-Architect-Critic consensus planningralplan
sciomcParallel scientist agent research orchestration-
external-contextParallel document-specialist external documentation lookup-
deepinitHierarchical AGENTS.md codebase documentation-
deep-interviewSocratic deep interview with mathematical ambiguity gatingdeep interview, ouroboros
deep-dive2-stage pipeline: trace investigation → deep-interview requirements crystallizationdeep dive
self-improveAutonomous evolutionary code improvement engine with tournament selection-

Utility Skills

Configuration, management, and helper skills.

SkillDescriptionMagic Keywords
cancelCancel all active modescancelomc, stopomc
askAsk Claude/Codex/Gemini and capture artifacts-
ai-slop-cleanerClean up AI code slopdeslop, anti-slop
learnerExtract reusable skills from the current session-
skillManage local skills (list, add, remove, search)-
traceEvidence-driven tracing lane-
hudHUD display configuration-
configure-notificationsNotification integrations (Telegram, Discord, Slack)configure telegram, configure discord, configure slack
releaseAutomated release workflow-
writer-memoryAgentic memory system for writers-
project-session-managergit worktree + tmux isolated development environment-
visual-verdictStructured visual QA verdict for screenshot-to-reference comparisons-
omc-setupOMC setup and configuration-
mcp-setupMCP server setup-
omc-doctorDiagnose and fix installation issues-
setupUnified setup entry point-
debugDiagnose OMC session, hooks, state, and orchestration-
verifyEvidence-based verification before claiming completion-
rememberRoute knowledge to project memory, notepad, or docs-
skillifyTurn a session workflow into a reusable SKILL.md draft-
wikiPersistent markdown knowledge base (Karpathy LLM Wiki)wiki, wiki add, wiki query
omc-referenceAuto-loaded OMC catalog reference (internal)-

How to Invoke Skills

Slash Commands

/oh-my-claudecode:autopilot "REST API for a bookstore"
/oh-my-claudecode:ralph "fix all TypeScript errors"
/oh-my-claudecode:team 3:executor "implement user auth"

Magic Keywords

Keywords typed in conversation activate the skill automatically.

autopilot build me a todo app with React
ralph fix the authentication module
ulw implement user management

Skill Relationship Map

deep-interview (clarify requirements)
  → ralplan (consensus planning)
    → autopilot (autonomous execution)
      → ralph (loop execution)
        → ultrawork (parallel execution)
      → ultraqa (QA cycling)

Higher-level skills automatically include lower-level skills. Running autopilot internally enlists ralph and ultrawork to help.

On this page