ccg

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

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ccg-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccg
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/ccg
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill ccg-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting a single, high-quality answer when different strengths (architecture/code correctness vs UX/design clarity) are needed, by running Codex and Gemini in parallel and synthesizing their outputs.

Core Features & Use Cases

  • Parallel external advisor runs: Uses Codex and Gemini via the canonical /ask flow to cover backend/architecture and UX/design perspectives concurrently.
  • Unified synthesis with conflict handling: Produces one consolidated response that highlights agreed recommendations and explicitly calls out conflicts before choosing a final direction.
  • Practical orchestration guidance: Coordinates decomposition, CLI invocation, artifact collection, and synthesis, including fallback behavior when one provider is unavailable.

Use cases include backend + UI work in one request, multi-perspective code review, cross-validation when Codex and Gemini disagree, and fast advisor-style parallel input without heavier team orchestration.

Quick Start

Run the CCG skill on your task description to have it ask Codex and Gemini in parallel and then return a synthesized, unified answer.

Frequently Asked Questions about ccg

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

FAQPage Schema
How do I get a unified code review from multiple AI models at once?

You can get a unified code review by running Codex and Gemini in parallel and synthesizing their outputs; this skill handles the orchestration and conflict-aware synthesis to produce one consolidated response.

How does multi-model synthesis work for architecture and UX design tasks?

Multi-model synthesis works by querying Codex for backend architecture perspectives and Gemini for UX design clarity concurrently, then merging the results with explicit conflict handling before choosing a final direction.

Do I need Codex and Gemini CLI tooling to use multi-model orchestration?

Yes, you need Codex and Gemini CLI tooling installed. The skill uses omc ask for both providers and reads artifacts from .omc/artifacts/ask/ to perform conflict-aware synthesis.

What happens if one AI provider is unavailable during parallel orchestration?

If one provider is unavailable, the orchestration includes fallback behavior during CLI invocation and artifact collection, allowing the synthesis to proceed with the available provider's output.

When should I use cross-validation from multiple AI models for software engineering?

You should use cross-validation when multiple viewpoints improve outcome quality, such as backend plus UI work in one request, multi-perspective code review, or fast advisor-style parallel input without heavier team orchestration.

Can I get both backend architecture and UI design recommendations in one request?

Yes, you can get backend architecture and UI design recommendations in one request by running Codex and Gemini in parallel, covering backend and UX perspectives concurrently and synthesizing them into one answer.