ccsm-skills

Orchestrate CCSM quality gates and multi-agent workflows via run_skill.js.

5|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Catsofsuffering/ccsm --skill ccsm-skills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ccsm-skills
Source: https://github.com/Catsofsuffering/ccsm/tree/main/templates/skills
Command: npx skills add https://github.com/Catsofsuffering/ccsm --skill ccsm-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CCSM Skills orchestrate and coordinate CCSM's quality gates and multi-agent workflows, unifying governance for modules, docs, and security checks within the CCSM lifecycle.

Core Features & Use Cases

  • Unified skill runner for quality gates, docs generation, and multi-agent orchestration
  • Auto-installation of primary CCSM workflow entry skills during setup
  • Deterministic execution with locking, audit trails, and traceable results
  • Cross-skill orchestration for large-scale changes across modules

Quick Start

Run the unified CCSM skill runner to invoke a specific skill, for example: node ~/.ccsm/skills/ccsm/run_skill.js verify-security ./src

Frequently Asked Questions about ccsm-skills

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

FAQPage Schema
How do I orchestrate multi-agent workflows with deterministic locking?▼

Multi-agent orchestration with deterministic locking is handled by a centralized runner that discovers and executes available skills via run_skill.js, preventing concurrent edits and maintaining a clear audit trail for reliable execution.

What are quality gates in CCSM and how do they validate modules?▼

Quality gates in CCSM are orchestrated validation steps that ensure consistent delivery across projects by coordinating module validation, documentation generation, and security checks within a unified, auditable governance workflow.

How do I run a security check on my source code using the CCSM skill runner?▼

Running a security check uses the unified CCSM skill runner by executing node ~/.ccsm/skills/ccsm/run_skill.js verify-security ./src, which invokes the specific skill and records the result in the audit trail.

Can I execute cross-skill orchestration for large-scale changes across multiple modules?▼

Cross-skill orchestration for large-scale changes across modules is supported by the centralized orchestration layer, allowing multiple quality gates and multi-agent workflows to execute reliably with traceable results.

Does the CCSM skill runner support concurrent execution and audit trails?▼

The CCSM skill runner uses deterministic locking to prevent concurrent edits during execution, ensuring that module validation and security checks produce auditable, traceable results without file conflicts.

Why do I need a centralized orchestration layer for documentation generation and security checks?▼

A centralized orchestration layer is needed to unify governance for documentation generation and security checks, providing auto-installation of entry skills and reliable, auditable execution across the entire CCSM lifecycle.