fengshao1227fengshao1227Community·57 Agent Skills Included

ccg-workflow

Orchestrate multiple AI models to plan, build, and review code together

Turns Claude Code into a multi-model orchestrator that delegates analysis, coding, debugging, and review to Codex, Gemini, Grok, Kimi, and other backends in parallel. Eliminates single-model blind spots with dual-model cross-review, persistent task tracking, quality gates, and 100+ domain knowledge files. Ships ready-made workflows for feature development, code review, security scanning, SEO pages, and server deployment.
npx skills add fengshao1227/ccg-workflow --all -g -y
Available:

Tells the AI agent how to act as lead orchestrator: assess task complexity, create persistent task files, call external models in parallel for analysis and review, spawn sub-agents for implementation, and archive completed work.

All Skills in This Repository (57)

Pure Emerald Level Indicators
📦 In Repo
fengshao1227fengshao1227

ccg-skills

Automate quality gates and multi-agent orchestration for software development workflows.

Community
Advanced
📦 In Repo
fengshao1227fengshao1227

gen-docs

Generate README.md and DESIGN.md documentation skeletons for code modules.

Community
Basic
📦 In Repo
fengshao1227fengshao1227

verify-security

Scan codebases for security vulnerabilities and dangerous patterns.

Community
Advanced
📦 In Repo
fengshao1227fengshao1227

verify-change

Analyze Git changes for documentation sync and test coverage.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

verify-module

Validate software module directory structures and documentation completeness.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

verify-quality

Detect code complexity, duplication, naming violations, and function length.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

multi-agent

Orchestrate multi-agent workflows with ant colony-inspired roles and pheromone communication.

Community
Advanced
📦 In Repo
fengshao1227fengshao1227

gen-docs

Generate README.md and DESIGN.md skeletons by analyzing module code structure.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

verify-quality

Analyze code complexity, duplication, and naming conventions across Python and JavaScript projects.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

ccg-workflow

Orchestrates multi-model role agents through analyze, design, build, and review phases for code changes.

Community
Advanced
📦 In Repo
fengshao1227fengshao1227

openspec-apply-change

Implements tasks from an OpenSpec change using the openspec CLI.

Community
Intermediate
📦 In Repo
fengshao1227fengshao1227

openspec-explore

Explores ideas, investigates codebases, and clarifies requirements through conversational analysis with ASCII diagrams.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install ccg-workflow?

Run `npx skills add fengshao1227/ccg-workflow --all -g -y` in your terminal to install the full suite globally.

What does CCG Workflow do?

It lets Claude Code coordinate multiple AI models (Codex, Gemini, Grok, Kimi and more) so they analyze, build, and cross-review your code in parallel instead of relying on a single model.

Which AI coding tools does it work with?

It runs inside Claude Code and Codex CLI, and bridges to external models like Gemini, Grok, Kimi, OpenCode, and Antigravity through a compiled Go wrapper.

Do I need to configure each model manually?

No. The interactive installer sets up model routing, API providers, and MCP tools for you, and slash commands like /ccg:workflow handle orchestration automatically.

Can non-experts use CCG Workflow?

Yes. After installation you describe what you want in plain language, and the engine picks a strategy, plans the work, and runs quality and security checks on the result.

Related Repositories in Software Engineering

View All in Software Engineering