Uses multiple AI models to provide parallel architectural and UI/UX perspectives in one answer.
Install
mkdir -p .claude/skills/ccg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16736" && unzip -o skill.zip -d .claude/skills/ccg && rm skill.zipInstalls to .claude/skills/ccg
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes resultsKey capabilities
- →Decompose requests into advisor prompts
- →Invoke Codex for analysis/architecture/backend perspectives
- →Invoke Antigravity/Gemini for UX/design/docs perspectives
- →Collect artifacts from advisor outputs
- →Synthesize multiple outputs into one response
- →Reconcile conflicting recommendations
How it works
Claude decomposes a request into prompts for Codex and Antigravity/Gemini, runs them via CLI, collects their outputs, and then synthesizes these into a single, complete answer.
Inputs & outputs
When to use ccg
- →Cross-validate code architecture
- →Get backend and frontend perspectives
- →Synthesize multiple AI opinions
About this skill
CCG - Claude-Codex-Gemini Tri-Model Orchestration
CCG routes through the canonical /ask skill (/ask codex + /ask antigravity), 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 Antigravity/Gemini may disagree
- Fast advisor-style parallel input without team runtime orchestration
Requirements
- Codex CLI:
npm install -g @openai/codex(or@openai/codex) - Antigravity CLI (Google's successor to the Gemini CLI): install the
agybinary per the official Antigravity instructions (inspect any installer before running it). Verify:agy --version - Gemini CLI remains supported for enterprise/API-key use cases:
npm install -g @google/gemini-cli omc askcommand available- If either CLI is unavailable, continue with whichever provider is available and note the limitation
How It Works
1. Claude decomposes the request into two advisor prompts:
- Codex prompt (analysis/architecture/backend)
- Antigravity prompt (UX/design/docs/alternatives) — use gemini for enterprise
2. Claude runs via CLI (skill nesting not supported):
- `omc ask codex "<codex prompt>"`
- `omc ask antigravity "<antigravity prompt>"`
(or `omc ask gemini "<gemini prompt>"` for enterprise)
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
- Antigravity 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 (use antigravity or gemini depending on your setup):
omc ask codex "<codex prompt>"
omc ask antigravity "<antigravity prompt>"
Enterprise fallback:
omc ask gemini "<gemini prompt>"
3. Collect artifacts
Read latest ask artifacts from:
.omc/artifacts/ask/codex-*.md
.omc/artifacts/ask/antigravity-*.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
/oh-my-claudecode:ccg <task description>
Example:
/oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Antigravity
When not to use it
- →When skill nesting is required, as it is not supported.
- →When only a single external perspective is needed.
- →When both Codex and Antigravity/Gemini are unavailable.
Prerequisites
Limitations
- →Skill nesting is not supported.
- →If one provider is unavailable, the skill continues with the available provider and notes the limitation.
- →If both providers are unavailable, the skill falls back to a Claude-only answer.
How it compares
This skill orchestrates multiple AI models to provide cross-validated perspectives and synthesized results, offering a more complete answer than a single model or manual comparison.
Compared to similar skills
ccg side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ccg (this skill) | 0 | 1mo | Review | Advanced |
| mgrep | 46 | 8mo | Review | Beginner |
| jupyter-notebook | 30 | 6mo | Review | Intermediate |
| osgrep | 13 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
mgrep
mixedbread-ai
A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.
jupyter-notebook
davila7
Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
osgrep
pr-pm
Semantic search for local files. Backed by a background osgrep server with live indexing. Always use osgrep instead of grep/find.
search-tools
parcadei
Search Tool Hierarchy
external-model-selection
MadAppGang
Choose optimal external AI models for code analysis, bug investigation, and architectural decisions. Use when consulting multiple LLMs via claudish, comparing model perspectives, or investigating complex Go/LSP/transpiler issues. Provides empirically validated model rankings (91/100 for MiniMax M2, 83/100 for Grok Code Fast) and proven consultation strategies based on real-world testing.
tldr-router
parcadei
Maps questions to the optimal tldr command. Use this to pick the right layer