Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add qinye6/pi-ccg --skill skillsgit clone --depth 1 https://github.com/qinye6/pi-ccgWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/qinye6/pi-ccg/skills)<a href="https://agentmods.dev/skills/qinye6/pi-ccg/skills"><img src="https://agentmods.dev/badge/skills/qinye6/pi-ccg/skills/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/qinye6/pi-ccg/skills"><img src="https://agentmods.dev/badge/skills/qinye6/pi-ccg/skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.00742 |
| Opus 5 | $0.00015 | $0.00371 |
| Sonnet 5 | $0.00006 | $0.00148 |
| Haiku 4.5 | $0.00003 | $0.00074 |
Grade A, and why
ccg-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to ccg-skills — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 |
| Multi-Agent | Multi-agent coordination and task decomposition | Multi-Agent |
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 |
New module created | README.md & DESIGN.md skeleton generator |
Auto-trigger Rules
New module: /gen-docs → develop → /verify-module → /verify-security
Code changes: develop → /verify-change → /verify-quality
Security tasks: execute → /verify-security
Refactoring: refactor → /verify-change → /verify-quality → /verify-security
Running Skills
# Unified runner
node ~/.claude/skills/ccg/run_skill.js <skill-name> [args...]
# Examples
node ~/.claude/skills/ccg/run_skill.js verify-security ./src
node ~/.claude/skills/ccg/run_skill.js verify-quality ./src -v
node ~/.claude/skills/ccg/run_skill.js verify-change --mode staged
node ~/.claude/skills/ccg/run_skill.js verify-module ./my-module
node ~/.claude/skills/ccg/run_skill.js gen-docs ./new-module --force
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- domains/ai/agent-dev.md 5.3 KB
- domains/ai/llm-security.md 6.8 KB
- domains/ai/prompt-and-eval.md 7.8 KB
- domains/ai/rag-system.md 15 KB
- domains/ai/SKILL.md 1.0 KB
- domains/architecture/api-design.md 3.6 KB
- domains/architecture/caching.md 6.4 KB
- domains/architecture/cloud-native.md 5.0 KB
- domains/architecture/message-queue.md 7.3 KB
- domains/architecture/security-arch.md 7.6 KB
- domains/architecture/SKILL.md 1.1 KB
- domains/data-engineering/SKILL.md 8.0 KB
- domains/development/cpp.md 4.7 KB
- domains/development/go.md 5.8 KB
- domains/development/java.md 6.7 KB
- domains/development/python.md 5.9 KB
- domains/development/rust.md 5.9 KB
- domains/development/shell.md 5.4 KB
- domains/development/SKILL.md 1.2 KB
- domains/development/typescript.md 5.8 KB
- domains/devops/cost-optimization.md 6.3 KB
- domains/devops/database.md 4.2 KB
- domains/devops/devsecops.md 4.0 KB
- domains/devops/git-workflow.md 3.7 KB
- domains/devops/observability.md 7.1 KB
- domains/devops/performance.md 7.7 KB
- domains/devops/SKILL.md 1.2 KB
- domains/devops/testing.md 6.3 KB
- domains/frontend-design/agents/openai.yaml 227 B
- domains/frontend-design/claymorphism/references/tokens.css 1.5 KB
- domains/frontend-design/claymorphism/SKILL.md 2.9 KB
- domains/frontend-design/component-patterns.md 3.7 KB
- domains/frontend-design/engineering.md 7.2 KB
- domains/frontend-design/glassmorphism/references/tokens.css 886 B
- domains/frontend-design/glassmorphism/SKILL.md 3.6 KB
- domains/frontend-design/liquid-glass/references/tokens.css 2.1 KB
- domains/frontend-design/liquid-glass/SKILL.md 3.7 KB
- domains/frontend-design/neubrutalism/references/tokens.css 1.0 KB
- domains/frontend-design/neubrutalism/SKILL.md 3.2 KB
- domains/frontend-design/reference/color-and-contrast.md 5.2 KB
- domains/frontend-design/reference/interaction-design.md 6.9 KB
- domains/frontend-design/reference/motion-design.md 4.6 KB
- domains/frontend-design/reference/responsive-design.md 3.4 KB
- domains/frontend-design/reference/spatial-design.md 3.5 KB
- domains/frontend-design/reference/typography.md 5.8 KB
- domains/frontend-design/reference/ux-writing.md 4.2 KB
- domains/frontend-design/SKILL.md 13 KB
- domains/frontend-design/state-management.md 15 KB
- domains/frontend-design/ui-aesthetics.md 2.9 KB
- domains/frontend-design/ux-principles.md 3.3 KB
- domains/infrastructure/SKILL.md 7.4 KB
- domains/mobile/SKILL.md 8.5 KB
- domains/orchestration/multi-agent.md 7.5 KB
- domains/orchestration/SKILL.md 915 B
- domains/security/blue-team.md 12 KB
- domains/security/code-audit.md 7.4 KB
- domains/security/pentest.md 7.0 KB
- domains/security/red-team.md 9.0 KB
- domains/security/SKILL.md 3.1 KB
- domains/security/threat-intel.md 10 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 93 lines · 29 tokens per session scan A d313b6ac1973
ccg-skills is a skill published in the GitHub repository qinye6/pi-ccg (10 stars, last pushed 15d ago), licensed MIT. It adds 29 tokens to every session and 742 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ccg-skills, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
rework-rate
Measure and interpret PR rework rate — the emerging 5th DORA metric.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…