ccg

Orchestrate parallel Codex and Gemini advisor runs and synthesize unified answers.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill ccg-dropsyoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccg
Source: https://github.com/dropsyoon/oh-my-claudecode/tree/main/skills/ccg
Command: npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill ccg-dropsyoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ccg eliminates the bottleneck of getting only one viewpoint by running Codex and Gemini in parallel, then consolidating their outputs into a single coherent answer.

Core Features & Use Cases

  • Tri-model orchestration: Uses Claude to decompose the request into two specialized advisor prompts, then combines Codex and Gemini results into one response.
  • Cross-perspective synthesis: Surfaces agreements, explicitly calls out conflicts, and chooses a final direction with rationale.
  • Artifact-driven workflow: Reads outputs from .omc/artifacts/ask/ to ground synthesis in the actual advisor results.
  • Use cases: backend/architecture + UX/design in one pass, PR review from multiple perspectives, and cross-validation when tools disagree.

Quick Start

Use the command /oh-my-claudecode:ccg <task description> with a request that clearly indicates what Codex should cover versus what Gemini should cover.

Frequently Asked Questions about ccg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get parallel answers from Codex and Gemini for code review?

To get parallel answers from Codex and Gemini for code review, this Skill orchestrates concurrent advisor runs via `omc ask` commands, collecting artifacts from `.omc/artifacts/ask/` before Claude reconciles them into one unified response.

What is the best way to cross-validate architecture and UX design decisions across multiple AI models?

Cross-validating architecture and UX design decisions across multiple AI models is done by decomposing a request into specialized prompts, running Codex and Gemini in parallel, and synthesizing agreements, conflicts, and rationale into a single action checklist.

Can I use Claude to synthesize conflicting outputs from different AI coding assistants?

Yes, you can use Claude to synthesize conflicting outputs from different AI coding assistants by reading their generated artifacts and applying reconciliation logic that surfaces explicit conflicts, rationale, and agreed guidance.

Do I need specific artifact paths to consolidate multiple AI advisor responses?

You need specific artifact paths to consolidate multiple AI advisor responses, as the Skill reads outputs directly from `.omc/artifacts/ask/` to ground the final Claude-based synthesis in the actual advisor results.

How do I run a tri-model orchestration workflow for backend and design tasks?

Running a tri-model orchestration workflow for backend and design tasks requires executing `/oh-my-claudecode:ccg` with a task description that clearly separates Codex and Gemini responsibilities, allowing Claude to merge their outputs.

When should I not use parallel AI model orchestration for development tasks?

You should avoid parallel AI model orchestration for development tasks when a single-perspective response is sufficient, as the overhead of decomposing prompts and reconciling artifacts is designed for cross-validation scenarios where tools disagree.