ccg

Orchestrate parallel Codex and Gemini consultations and synthesize unified answers.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you get multiple expert perspectives on a task without running a team workflow, so you can make better decisions faster.

Core Features & Use Cases

  • Parallel model consultation: Sends one request to Codex and one to Gemini for complementary viewpoints.
  • Claude synthesis: Combines both outputs into a single, coherent answer with disagreements called out clearly.
  • Best for mixed tasks: Useful for code review, backend architecture, UX polish, cross-validation, and review work where tradeoffs matter.
  • Fallback handling: Continues with whichever provider is available and clearly reports missing perspectives.

Quick Start

Ask the skill to review your task through Codex and Gemini, then synthesize the findings into one recommendation.

Frequently Asked Questions about ccg

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

FAQPage Schema
How do I get multiple expert perspectives for code review without running a team workflow?

To get multiple expert perspectives for code review, this Skill orchestrates parallel Codex and Gemini consultations and uses Claude to synthesize their findings into one unified answer with tradeoffs clearly highlighted.

How does Claude synthesize responses from Codex and Gemini?

Claude synthesizes Codex and Gemini responses by sending one request to each provider in parallel, then combining both outputs into a single coherent answer that explicitly calls out any disagreements between the two models.

What happens to cross-validation tasks if Codex or Gemini is unavailable?

If Codex or Gemini is unavailable for cross-validation, the Skill applies fallback handling by continuing with whichever provider is accessible and clearly reporting which perspectives are missing from the final synthesis.

Can I use this Skill for backend architecture planning and UX critique?

Yes, you can use this Skill for backend architecture planning and UX critique because it is designed for mixed analysis tasks where evaluating tradeoffs from multiple expert viewpoints improves decision quality.

Do I need the Codex CLI and Gemini CLI to run parallel model consultations?

Yes, running parallel model consultations requires access to the omc ask CLI workflow, Codex CLI, and Gemini CLI to fetch complementary viewpoints before Claude unifies the outputs.

What is the best way to cross-validate complex analysis tasks using multiple models?

The best way to cross-validate complex analysis tasks is to use this Skill to request parallel evaluations from Codex and Gemini, allowing Claude to merge their complementary viewpoints into a single recommendation.