Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Skill Claude CodeCodex
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Skill Claude CodeCodex
Archive multiple completed changes at once. Use when archiving several parallel changes.
Skill Claude CodeCodex
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Skill Claude CodeCodex
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Skill Claude CodeCodex
Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
Skill Claude CodeCodex
Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
Skill Claude CodeCodex
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
Skill Claude CodeCodex
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Skill Claude CodeCodex
Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
Plugin Claude Code
Plugin marketplace listing 1 plugin: ccg.
Plugin Claude Code
CCG skills bundle — website ops (BaoTa/aaPanel deploy, SEO tool-page builder, AdSense auditor, web scraping), built-in quality gates (security/quality/change/module + doc generation), and an Impeccable-fused frontend-design system. Skills only; the full multi-model orchestration (Claude+Codex+Gemini+Grok+Kimi)…
Instructions file
Instructions for fengshao1227/ccg-workflow, covering skills-v2 (ccg multi-model collaboration system), 变更记录 (changelog), 2026-08-29 (v3.6.3), 2026-08-29 (v3.6.2) and 2026-08-28 (v3.6.1).
Skill Claude CodeCodex
How to run a non-trivial change end to end with the CCG role tools (ccganalyze / ccgdesign / ccgbuild / ccgdebug / ccgoptimize / ccgreview / ccgtest) and the verify- quality gates. Use when a task is a whole feature, a refactor, a bug whose cause is not yet known, or any change large enough that one straight-through…
Skill Claude CodeCodex
A document generator that examines a software module and creates starter README.md and DESIGN.md files. These files explain how the module works and how it is designed.
Skill Claude CodeCodex
A change-checking skill that reviews code differences and checks whether related documentation, tests, and records were updated.
Skill Claude CodeCodex
A module-checking skill that scans a project’s folders, code, and documentation. It expects each module to include a README.md and DESIGN.md, which explain how the module is used and why it was designed that way.
Skill Claude CodeCodex
A code-quality checker that measures complexity, size, naming, and common code smells. It reports problems such as duplicated code, unused code, and overly long functions.
Skill Claude CodeCodex
A security-checking skill that scans source code for common dangerous patterns and records security decisions. It covers issues such as injection, exposed keys, unsafe file paths, and cross-site scripting.
Agent
A small agent that runs the system date command and returns only its raw output.
Agent
An initialization agent that scans a code repository and creates or updates documentation about its structure and modules.
Agent
A feature-planning assistant that breaks a requested change into smaller, ordered tasks. It uses WBS, or Work Breakdown Structure, which means splitting a large piece of work into modules, files, and steps.
Agent
A software architect assistant that studies an existing codebase and designs how a proposed change should fit into it. It produces a blueprint describing modules, interfaces, data flow, and which developers should handle which files.
Agent
A Chinese-language quality-assurance agent for software projects. It identifies the testing tools, writes tests for changes, and runs tests, linting, and type checking.