Validates Claude Code skills for frontmatter correctness, naming conventions, and structural integrity to ensure production readiness.
ss-skill-validate is a specialized auditing utility designed to maintain high standards across your Claude Code skill repository. It automatically scans your skill directories to verify required metadata, enforces the 'ss-' naming prefix, checks for broken dependencies, and flags potential trigger phrase overlaps that could cause ambiguous AI behavior. Whether used during local development or integrated into a CI/CD pipeline like GitHub Actions, this tool ensures that every skill is perfectly formatted, structurally sound, and ready for deployment.
主な機能
010 GitHub stars
02Trigger phrase overlap detection to minimize ambiguous skill activation
03Integrated GitHub Actions support for automated CI/CD gating
04Dependency and cross-reference auditing to prevent broken skill links
05Automated YAML frontmatter validation for required fields and formatting
06Strict enforcement of naming conventions and directory structure consistency
ユースケース
01Implementing automated CI gates to prevent malformed skills from being merged
02Performing a pre-release audit of a skill library to ensure repository health
03Validating new skills for structural errors before submitting a pull request