Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-ccg:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the help and usage guide for oh-my-ccg.
Display the help and usage guide for oh-my-ccg.
oh-my-ccg v1.0.0 — Unified Claude Code Plugin
RPI Workflow + Multi-Model Orchestration + Agent System
COMMANDS:
/oh-my-ccg:init Initialize environment (OpenSpec + Codex + Gemini)
/oh-my-ccg:research "desc" Research phase: requirements → constraint sets
/oh-my-ccg:plan Plan phase: constraints → zero-decision executable plan
/oh-my-ccg:impl Impl phase: mechanical execution of plan
/oh-my-ccg:review Dual-model cross-review (available anytime)
/oh-my-ccg:cancel Cancel active orchestration modes
/oh-my-ccg:help This help message
RPI WORKFLOW:
init → research → /clear → plan → /clear → impl → review
State persists across /clear in .oh-my-ccg/state/rpi-state.json
AGENTS (8):
explore (H) — Codebase discovery
analyst (O) — Requirements & constraints (+Codex)
planner (O) — Task decomposition (+Codex +Gemini)
executor (S) — Code implementation
verifier (S) — Completion verification (+Codex)
reviewer (S) — Comprehensive review (+Codex +Gemini)
critic (O) — Plan/design challenge (+Codex)
writer (H) — Documentation (+Gemini)
Model tiers: O=Opus, S=Sonnet, H=Haiku
+Codex/+Gemini = automatic multi-model routing
MULTI-MODEL ROUTING:
Backend tasks → Codex (gpt-5.3-codex)
Frontend tasks → Gemini (gemini-3-pro-preview)
Cross-validation → Both in parallel
HUD PRESETS:
minimal — Single line status
focused — Default, 4-line view
full — Complete with model status
analytics — Cost and cache tracking
Configure: .oh-my-ccg/config.json
npx claudepluginhub 1molchuan/oh-my-ccg --plugin oh-my-ccgOrchestrates Codex agents for code implementation, file modifications, codebase research, security audits, testing, and multi-step execution workflows.
Guides users through configuring and optimizing Claude Code settings, workflows, and team rules across five learning levels.
Answers questions about Claude Code features including setup, best practices, automation, models, plugins, MCP, and configuration by reading reference documentation.