ccg

Solid

Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results

AI & Automation 36,273 stars 3296 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# CCG - Claude-Codex-Gemini Tri-Model Orchestration 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. ## When to Use - Backend/analysis + frontend/UI work in one request - Code review from multiple perspectives (architecture + design/UX) - Cross-validation where Codex and Gemini may disagree - Fast advisor-style parallel input without team runtime orchestration ## Requirements - **Codex CLI**: `npm install -g @openai/codex` (or `@openai/codex`) - **Gemini CLI**: `npm install -g @google/gemini-cli` - `omc ask` command available - If either CLI is unavailable, continue with whichever provider is available and note the limitation ## How It Works ```text 1. 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): - `omc ask codex "<codex prompt>"` - `omc ask gemini "<gemini prompt>"` 3. Artifacts are written under `.omc/artifacts/ask/` 4. Claude synthesizes both outputs into one final response ``` ## Execution Protocol When invoked, Claude MUST follow this workflow: ### 1. Decompose Request Split the user request into: - **Codex prompt:** architecture, correctness, backend, risks, test strategy - **Gemini prompt:** UX/content clarity, alter...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category