RadarTopicsBuildersWeeklyReads
Open Source Radar
fengshao1227/

ccg-workflow

GitHubWebsite

CCG-workflow is a Go-based multi-model workflow engine that coordinates Claude Code with Codex, Gemini, and Grok via a Go binary bridge. It provides a CLI to install, configure, and run multi-model collaboration tasks, with a focus on task lifecycles, hooks, and quality gates.

5.8kstars
442forks
5issues
MITlicense
2026since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
asgeirtj/
system_prompts_leaks
1.1k/wk

Extracted system prompts from Anthropic - Claude Fable 5, Opus 5, Claude Design, Claude Code. OpenAI - ChatGPT GPT-5.6-Sol, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.

62k10kJavaScript
NousResearch/
hermes-agent
3.5k/wk

The agent that grows with you

225k44kPython
Graphify-Labs/
graphify
4.6k/wk

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

102k9.9kPython
jeecgboot/
JeecgBoot
83/wk

【低代码迈入v2.0时代,一句话即可生成整个系统】企业级AI低代码平台,一键生成前后端代码甚至整个系统。 AI Skills 一句话画流程、设计表单、生成报表、大屏。内置 AI应用平台涵盖:AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领AI低代码「Skills 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,解决 Java 项目 90% 重复工作,提高效率又不失灵活。

47k16kJava
zhayujie/
CowAgent
135/wk

Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)

46k10kPython
router-for-me/
CLIProxyAPI

Wrap Antigravity, ChatGPT Codex, Claude Code, Grok Build as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 3.1 Pro, GPT 5.6 Series, Grok 4.5, Claude model through API

46k7.2kGogiant
Reviewgenerated from repository data · Aug 5, 2026

What it is

CCG-workflow is a workflow engine for Claude Code. It turns Claude into a multi-model orchestrator — Claude stays in control while dispatching specialized work to Codex (OpenAI), Gemini (Google), and Grok (xAI) through a Go binary bridge.

One command. Describe what you want. The engine handles the rest.

How it works

  • The engine analyzes intent, selects a strategy, and manages the entire workflow.
  • It creates a .ccg/tasks/ directory structure for persistent task data.
  • It launches dual-model analysis (Codex + Gemini in parallel) and produces a plan for approval.
  • It spawns Agent Teams Builders for parallel implementation and conducts quality gates.
  • A Hook Engine injects state every turn to preserve context across compaction.

Getting started

  • Quick Start section shows installation commands:
# Install (interactive 4-step wizard)
npx ccg-workflow

# Or non-interactive with defaults
npx ccg-workflow init --skip-prompt

Requires Node.js 20+ and Claude Code CLI. Codex CLI, Gemini CLI, and Grok CLI are optional (enable multi-model features).

Configuration

~/.claude/
├── commands/ccg/
├── hooks/ccg/
├── skills/ccg/
├── rules/
├── .ccg/
│   ├── config.toml
│   ├── engine/
│   └── prompts/
└── bin/codeagent-wrapper

Environment variables:

# Set in `~/.claude/settings.json` under "env":
| Variable | Default | Description |
| CODEX_TIMEOUT | 7200 | Wrapper timeout (seconds) |
| CODEAGENT_POST_MESSAGE_DELAY | 5 | Post-completion delay |
| CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS | unset | Set 1 for parallel Agent Teams |

Recent releases

  • Release: preset Pre-built Binaries (codeagent-wrapper) (2026-07-15): Pre-compiled codeagent-wrapper binaries for all supported platforms. Automatically downloaded during npx ccg-workflow installation.

Traction

  • Stars: 5792

Behind the repo

  • Repository is linked to a Go binary bridge called codeagent-wrapper that connects Claude Code with external models.

Caveats

  • License: MIT
  • Created: 2026-01-04
  • Last push: 2026-07-15
  • Open issues: 5
  • Languages: Go
  • Requires Node.js 20+ and Claude Code CLI; multi-model features are optional.
SharePost on XLinkedIn
All trending reposRevenue-verified startups →