Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask antigravity (or gemini), then Claude synthesizes results
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -7% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -50% | 0% |
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.
npm install -g @openai/codex (or @openai/codex)agy binaryper the official Antigravity instructions (inspect any installer before running it). Verify: agy --version
npm install -g @google/gemini-cliomc ask command availabletext1. 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
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 Claude Code. Always use the direct CLI path via Bash tool.
Run both advisors (use antigravity or gemini depending on your setup):
bashomc ask codex "<codex prompt>" omc ask antigravity "<antigravity prompt>"
Enterprise fallback:
bashomc ask gemini "<gemini prompt>"
Read latest ask artifacts from:
text.omc/artifacts/ask/codex-*.md .omc/artifacts/ask/antigravity-*.md .omc/artifacts/ask/gemini-*.md
Return one unified answer with:
If one provider is unavailable:
If both unavailable:
bash/oh-my-claudecode:ccg <task description>
Example:
bash/oh-my-claudecode:ccg Review this PR - architecture/security via Codex and UX/readability via Antigravity
Other measured skills in the registry, with their headline benchmark lift.