ccg
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cancel any active OMQ mode (autopilot, ralph, ultrawork, ultraqa, swarm, ultrapilot, pipeline, team)
Configure notification integrations (Telegram, Discord, Slack) via natural language
Configure HUD display options (layout, presets, display elements)
Extract a learned skill from the current conversation
Diagnose and fix oh-my-qoder installation issues
Install or refresh oh-my-qoder for plugin, npm, and local-dev setups from the canonical setup flow
| name | ccg |
| description | Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results |
| level | 5 |
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-cliomq 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 via CLI (skill nesting not supported):
- `omq ask codex "<codex prompt>"`
- `omq ask gemini "<gemini prompt>"`
3. Artifacts are written under `.omq/artifacts/ask/`
4. Claude synthesizes both outputs into one final response
When invoked, Claude MUST follow this workflow:
Split the user request into:
Note: Skill nesting (invoking a skill from within an active skill) is not supported in Qoder CLI. Always use the direct CLI path via Bash tool.
Run both advisors:
omq ask codex "<codex prompt>"
omq ask gemini "<gemini prompt>"
Read latest ask artifacts from:
.omq/artifacts/ask/codex-*.md
.omq/artifacts/ask/gemini-*.md
Return one unified answer with:
If one provider is unavailable:
If both unavailable:
/oh-my-qoder:ccg <task description>
Example:
/oh-my-qoder:ccg Review this PR - architecture/security via Codex and UX/readability via Gemini