ccg-skills

Solid

CCG Skills - Quality gates, documentation generator, and multi-agent orchestration. Auto-installed by CCG workflow system.

AI & Automation 13 stars 1 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# CCG Skills ## Directory Structure ``` skills/ ├── tools/ # Quality gate tools │ ├── verify-security/ # Security vulnerability scanning │ ├── verify-quality/ # Code quality checking │ ├── verify-change/ # Change analysis & doc sync │ ├── verify-module/ # Module completeness validation │ ├── gen-docs/ # README.md & DESIGN.md generator │ └── lib/ # Shared utilities ├── orchestration/ # Multi-agent coordination │ └── multi-agent/ # Ant colony-inspired coordination ├── run_skill.js # Unified skill runner └── SKILL.md # This file ``` ## Quick Navigation | Category | Description | Entry | |----------|-------------|-------| | **Quality Gates** | Module completeness, security, quality, change validation | [Quality Gates](#quality-gates) | | **Multi-Agent** | Multi-agent coordination and task decomposition | [Multi-Agent](#multi-agent-orchestration) | --- ## Quality Gates **Mandatory quality checkpoints to ensure deliverable standards.** | Skill | Trigger | Description | |-------|---------|-------------| | `/verify-module` | New module completed | Module structure & documentation completeness | | `/verify-security` | New module / security changes / refactoring | Security vulnerability scanning | | `/verify-change` | Design-level changes / refactoring | Document sync & change impact analysis | | `/verify-quality` | Complex modules / refactoring | Code quality metrics checking | | `/gen-docs` | ...

Details

Author
wzyxdwll
Repository
wzyxdwll/ccgx-workflow
Created
3 weeks ago
Last Updated
5 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category