One-click install
npx skills add https://github.com/Catsofsuffering/CCGS --skill ccgs-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccgs-skills
Source: https://github.com/Catsofsuffering/CCGS/tree/main/templates/skills
Command: npx skills add https://github.com/Catsofsuffering/CCGS --skill ccgs-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CCGS Skills provide a ready-made, Codex-native collection of quality gates, documentation scaffolding, and multi-agent orchestration that integrate into OpenSpec-driven workflows.

Core Features & Use Cases

  • Automated quality gates across modules, docs, and changes
  • Documentation skeleton generation for new modules (README.md, DESIGN.md)
  • Multi-agent orchestration to decompose tasks and parallelize work
  • Auto-installation into Codex-native environments for consistent setup

Quick Start

Execute the bundled runner with a skill name and target path, for example: node ~/.claude/skills/ccgs-skills/run_skill.js verify-module ./my-module

Frequently Asked Questions about ccgs-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate quality gates and documentation generation in Codex workflows?

To automate quality gates and documentation generation in Codex workflows, use a centralized deterministic runner that orchestrates skill execution. It auto-installs standardized skill sets into Codex-native environments, enforcing consistent quality checks and generating module documentation like README.md and DESIGN.md.

What is multi-agent orchestration for decomposing tasks in OpenSpec-driven workflows?

Multi-agent orchestration for decomposing tasks in OpenSpec-driven workflows is a mechanism that breaks down large tasks into parallel work units. It coordinates multiple agents to execute standardized skills concurrently, ensuring consistent quality gates and documentation scaffolding across distributed modules.

Does CCgS skills orchestration require any dependencies to run in a Codex environment?

CCgS skills orchestration requires no external dependencies to run in a Codex environment. It provides a self-contained runner script that auto-installs the standardized skill set, enabling automated quality gates and documentation generation natively within OpenSpec-driven workflows.

How do I execute a specific skill like module verification from the CLI?

To execute a specific skill like module verification from the CLI, run the bundled runner script with the skill name and target path. For example, invoke `node ~/.claude/skills/ccgs-skills/run_skill.js verify-module ./my-module` to trigger deterministic orchestration.

What's the best way to standardize skill installation and execution across multiple teams?

The best way to standardize skill installation and execution across multiple teams is using a centralized, deterministic runner that auto-installs a standardized skill set. This ensures consistent quality gates, documentation generation, and multi-agent orchestration across all modules and teams.

When do I need automated documentation skeleton generation for new modules?

You need automated documentation skeleton generation for new modules when integrating into OpenSpec-driven workflows that require consistent quality gates. It automatically scaffolds README.md and DESIGN.md files, ensuring standardized documentation across modules and teams within Codex-native environments.