## What problem does it solve?
The Skill creation process standardizes how new Commands (Skills) are added to Claude Code by ensuring a SKILL.md entry point includes a frontmatter with a name and description, a valid SSOT reference, and registration in the central README.
## Core Features & Use Cases
- Frontmatter validation: Ensures every new Skill has a name and description and adheres to the SSOT standards.
- SSOT linkage: Integrates the new Skill with the Single Source of Truth repository to maintain traceability.
- README registration: Registers the Skill in the central README for discovery and governance.
### Quick Start
Provide the command name and optional flags to generate a ready-to-publish skill entry, and let the tool create the SKILL.md frontmatter, link to the SSOT, and register the skill in the README.