From oh-my-claudecode
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:ccgThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CCG routes through the canonical `/ask` skill (`/ask codex` + `/ask gemini`), then Claude synthesizes both outputs into one answer.
CCG routes through the canonical /ask skill (/ask codex + /ask gemini), then Claude synthesizes both outputs into one answer.
Use this when you want parallel external perspectives without launching tmux team workers.
npm install -g @openai/codex (or @openai/codex)npm install -g @google/gemini-cliomc ask command available1. Claude decomposes the request into two advisor prompts:
- Codex prompt (analysis/architecture/backend)
- Gemini prompt (UX/design/docs/alternatives)
2. Claude runs:
- /oh-my-claudecode:ask codex "<codex prompt>"
- /oh-my-claudecode:ask gemini "<gemini prompt>"
(equivalent CLI path: `omc ask codex ...` + `omc ask gemini ...`)
3. Artifacts are written under `.omc/artifacts/ask/`
4. Claude synthesizes both outputs into one final response
When invoked, Claude MUST follow this workflow:
Split the user request into:
Use skill routing first:
/oh-my-claudecode:ask codex <codex prompt>
/oh-my-claudecode:ask gemini <gemini prompt>
Equivalent direct CLI:
omc ask codex "<codex prompt>"
omc ask gemini "<gemini prompt>"
Read latest ask artifacts from:
.omc/artifacts/ask/codex-*.md
.omc/artifacts/ask/gemini-*.md
Return one unified answer with:
If one provider is unavailable:
If both unavailable:
/oh-my-claudecode:ccg <task description>
Example:
/oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Gemini
npx claudepluginhub dev66613/oh-my-claudecodeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
3plugins reuse this skill
First indexed Jul 10, 2026