npx skillsauth add 1molchuan/oh-my-ccg helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
data-ai
显示 Agent 流程追踪时间线与摘要
tools
并行团队执行,N 个协调 Worker 协作
tools
oh-my-ccg 初始安装向导
tools
持久化执行-验证-修复循环,直到任务完成