Source profileQuality 87/100Review permissions

Yeachan-Heo/oh-my-claudecode/skills/ccg/SKILL.md

ccg

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

Source repository stars
38,325
Declared platforms
1
Static risk flags
1
Last source update
2026-08-04
Source checked
2026-08-04

Decision brief

What it does—and where it fits

CCG routes through the canonical /ask skill (/ask codex + /ask antigravity), then Claude synthesizes both outputs into one answer.

Best for

  • 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

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexDeclaredSource recordInstall path and trigger
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/Yeachan-Heo/oh-my-claudecode --skill "skills/ccg"
Safe inspection promptEditorial

Inspect the Agent Skill "ccg" from https://github.com/Yeachan-Heo/oh-my-claudecode/blob/41a4c0f77144c5beb5f5f000a89cff379c680606/skills/ccg/SKILL.md at commit 41a4c0f77144c5beb5f5f000a89cff379c680606. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    When to Use

    Backend/analysis + frontend/UI work in one request

    Backend/analysis + frontend/UI work in one requestCode review from multiple perspectives (architecture + design/UX)Cross-validation where Codex and Antigravity/Gemini may disagree
  2. 02

    Requirements

    Codex CLI: npm install -g @openai/codex (or @openai/codex)

    Codex CLI: npm install -g @openai/codex (or @openai/codex)Antigravity CLI (Google's successor to the Gemini CLI): install the agy binaryGemini CLI remains supported for enterprise/API-key use cases: npm install -g @google/gemini-cli
  3. 03

    How It Works

    Review the “How It Works” section in the pinned source before continuing.

    Review and apply the “How It Works” source section.
  4. 04

    Execution Protocol

    When invoked, Claude MUST follow this workflow:

    Codex prompt: architecture, correctness, backend, risks, test strategyAntigravity prompt: UX/content clarity, alternatives, edge-case usability, docs polishSynthesis plan: how to reconcile conflicts

Permission review

Static risk signals and limitations

Runs scripts

medium · line 53

The documentation asks the agent to run terminal commands or scripts.

### 2. Invoke advisors via CLI

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score87/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars38,325SourceRepository attention, not individual Skill quality
Compatibility1 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
Yeachan-Heo/oh-my-claudecode
Skill path
skills/ccg/SKILL.md
Commit
41a4c0f77144c5beb5f5f000a89cff379c680606
License
MIT
Collected
2026-08-04
Default branch
main
View the original SKILL.md

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 agy binary 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 ask command 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

Alternatives

Compare before choosing

Computed 10014,225

wanshuiyin/Auto-claude-code-research-in-sleep

kill-argument

Two-thread adversarial review: a fresh reviewer constructs the strongest 200-word rejection memo, then a second fresh reviewer defends the paper point-by-point and surfaces still-unresolved critical issues. Use when user says "kill argument", "adversarial review", "hostile review", "rebuttal preparation", "reviewer-2 simulation", or before submitting a theory paper that has already passed standard review rounds.

Computed 10014,225

wanshuiyin/Auto-claude-code-research-in-sleep

kill-argument

Two-thread adversarial review: a fresh reviewer constructs the strongest 200-word rejection memo, then a second fresh reviewer defends the paper point-by-point and surfaces still-unresolved critical issues. Use when user says "kill argument", "adversarial review", "hostile review", "rebuttal preparation", "reviewer-2 simulation", or before submitting a theory paper that has already passed standard review rounds.

Computed 9814,225

wanshuiyin/Auto-claude-code-research-in-sleep

auto-paper-improvement-loop

Use it for operations tasks; the detail page covers purpose, installation, and practical steps.

Computed 98351

cameronfreer/lean4-skills

lean4

Use when editing .lean files, debugging Lean 4 builds (type mismatch, sorry, failed to synthesize instance, axiom warnings, lake build errors), searching mathlib for lemmas, formalizing mathematics in Lean, finding a counterexample to, refuting, or disproving a Lean statement, or learning Lean 4 concepts. Also trigger when the user asks for help with Lean 4, mathlib, or lakefile. Do NOT trigger for Coq/Rocq, Agda, Isabelle, HOL4, Mizar, Idris, Megalodon, or other non-Lean theorem provers.