ccg
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Best use case
ccg is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "ccg" skill to help with this workflow task. Context: Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ccg/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ccg Compares
| Feature / Agent | ccg | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# 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, alternatives, edge-case usability, docs polish - **Synthesis plan:** how to reconcile conflicts ### 2. Invoke advisors via CLI > **Note:** Skill nesting (invoking a skill from within an active skill) is not supported in Claude Code. Always use the direct CLI path via Bash tool. Run both advisors: ```bash omc ask codex "<codex prompt>" omc ask gemini "<gemini prompt>" ``` ### 3. Collect artifacts Read latest ask artifacts from: ```text .omc/artifacts/ask/codex-*.md .omc/artifacts/ask/gemini-*.md ``` ### 4. Synthesize Return one unified answer with: - Agreed recommendations - Conflicting recommendations (explicitly called out) - Chosen final direction + rationale - Action checklist ## Fallbacks If one provider is unavailable: - Continue with available provider + Claude synthesis - Clearly note missing perspective and risk If both unavailable: - Fall back to Claude-only answer and state CCG external advisors were unavailable ## Invocation ```bash /oh-my-claudecode:ccg <task description> ``` Example: ```bash /oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Gemini ```
Related Skills
writer-memory
Agentic memory system for writers - track characters, relationships, scenes, and themes
visual-verdict
Structured visual QA verdict for screenshot-to-reference comparisons
ultrawork
Parallel execution engine for high-throughput task completion
ultraqa
QA cycling workflow - test, verify, fix, repeat until goal met
trace
Evidence-driven tracing lane that orchestrates competing tracer hypotheses in Claude built-in team mode
team
N coordinated agents on shared task list using Claude Code native teams
skill
Manage local skills - list, add, remove, search, edit, setup wizard
setup
Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow
sciomc
Orchestrate parallel scientist agents for comprehensive analysis with AUTO mode
release
Automated release workflow for oh-my-claudecode
ralplan
Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution
ralph
Self-referential loop until task completion with configurable verification reviewer