What problem does it solve?
This Skill enforces mandatory governance for creating, updating, and deleting skills in the repository to prevent undocumented, insecure, or inconsistent changes and to ensure registration, versioning, security checks, and documentation are synchronized.
Core Features & Use Cases
- Multi-stage mandatory workflow: defines requirement confirmation, structure & validation, security vetting, registration, documentation sync, and submission stages.
- Security and dependency integration: prescribes use of skill-vetter for security scans and skill-lifecycle-manager for dependency and version checks.
- Registration and documentation enforcement: ensures SKILL.md presence, package.json registration, README and CHANGELOG updates, and semver-compliant version bumps.
- Use case: a contributor adding a new skill is guided to complete naming checks, add SKILL.md, run security vetting, register in package.json, update README and CHANGELOG, and follow commit conventions.
Quick Start
Follow the governance checklist to validate a new or changed skill before committing.