What problem does it solve?
Gate-driven skill development reduces drift and ensures consistent quality by forcing a formal 6-step process, automated validation, CSO scoring, and subagent testing before skill deployment.
Core Features & Use Cases
- Unified 6-step workflow (init, lint, score, test, package, publish) with automated validation and subagent testing.
- CSO scoring to quantify description quality and trigger discovery reliability.
- One-click packaging and alias-safe skill development workflow for teams.
Quick Start
Initialize a new skill using the provided templates and scripts.
- Step 1: Initialize a new skill with scripts/init_skill.py <skill-name> --path ~/.claude/skills
- Step 2: Edit SKILL.md to describe the workflow and references
- Step 3: Run lint to validate structure: scripts/lint_skill.py ~/.claude/skills/<skill-name>
- Step 4: Run CSO scoring: scripts/score_description.py ~/.claude/skills/<skill-name>
- Step 5: Test with subagent: scripts/test_skill.py ~/.claude/skills/<skill-name>
- Step 6: Package for distribution: scripts/package_skill.py ~/.claude/skills/<skill-name>