SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsccg-workflow

ccg-workflow

by fengshao1227

Pending

多模型协作开发系统 - Claude 编排 + Codex 后端 + Gemini 前端,28 个命令覆盖开发全流程,一键安装零配置

3,382stars
223forks
Go
Added 3/13/2026
View on GitHubDownload ZIP
AI Agentsagent-teamsaiccgclaude-codeclicodexgeminillmno-denodejsopsxspecpromptworkflow
Installation
# Add to your Claude Code skills
git clone https://github.com/fengshao1227/ccg-workflow
README.md

CCG - Claude + Codex + Gemini Multi-Model Collaboration

<div align="center">

npm version License: MIT Claude Code Tests

简体中文 | English

</div>

A multi-model collaboration development system where Claude Code orchestrates Codex + Gemini. Frontend tasks route to Gemini, backend tasks route to Codex, and Claude handles orchestration and code review.

Why CCG?

  • Zero-config model routing — Frontend tasks automatically go to Gemini, backend tasks to Codex. No manual switching.
  • Security by design — External models have no write access. They return patches; Claude reviews before applying.
  • 27 slash commands — From planning to execution, git workflow to code review, all accessible via /ccg:*.
  • Spec-driven development — Integrates OPSX to turn vague requirements into verifiable constraints, eliminating AI improvisation.

Architecture

Claude Code (Orchestrator)
       │
   ┌───┴───┐
   ↓       ↓
Codex   Gemini
(Backend) (Frontend)
   │       │
   └───┬───┘
       ↓
  Unified Patch

External models have no write access — they only return patches, which Claude reviews before applying.

Quick Start

Prerequisites

| Dependency | Required | Notes | |------------|----------|-------| | Node.js 20+ | Yes | ora@9.x requires Node >= 20. Node 18 causes SyntaxError | | Claude Code CLI | Yes | Install guide | | jq | Yes | Used for auto-authorization hook (install) | | Codex CLI | No | Enables backend routing | | Gemini CLI | No | Enables frontend routing |

Installation

npx ccg-workflow

On first run, CCG prompts you to select a language (English / Chinese). This preference is saved for all future sessions.

Install jq

# macOS
brew install jq

# Linux (Debian/Ubuntu)
sudo apt install jq

# Linux (RHEL/CentOS)
sudo yum install jq

# Windows
choco install jq   # or: scoop install jq

Install Claude Code

npx ccg-workflow menu  # Select "Install Claude Code"

Supports: npm, homebrew, curl, powershell, cmd.

Commands

Development Workflow

| Command | Description | Model | |---------|-------------|-------| | /ccg:workflow | Full 6-phase development workflow | Codex + Gemini | | /ccg:plan | Multi-model collaborative planning (Phase 1-2) | Codex + Gemini | | /ccg:execute | Multi-model collaborative execution (Phase 3-5) | Codex + Gemini + Claude | | /ccg:codex-exec | Codex full execution (plan → code → review) | Codex + multi-model review | | /ccg:feat | Smart feature development | Auto-rou...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
178,903
55,726
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,469
12,195
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
73,757
9,228
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
48,800
2,303
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
48,795
22,617
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
43,513
4,373
Python
AI Agentsagent-skillsai-agents
View details