Validates Claude Code skill metadata against the skills-ref specification to ensure consistency and compatibility.
The validate-skills utility provides a standardized way to audit and verify SKILL.md files within a Claude Code skills repository. By checking files against the skills-ref specification, it ensures that all metadata, tool permissions, and descriptions are correctly formatted and compliant. This utility is essential for developers maintaining skill libraries, allowing for automated bulk validation of entire directories or targeted checks on specific skills to maintain high-quality agentic capabilities.
主要功能
01Targeted validation for specific skills via name filters
02Clear reporting of pass/fail status for quality assurance
03Bulk processing of entire skill directories
04Automated validation of SKILL.md metadata files
05Compliance checking against the skills-ref specification
061 GitHub stars
使用场景
01Automating quality checks in CI/CD pipelines for skill repositories
02Verifying metadata accuracy before publishing a new Claude Code skill
03Auditing existing skill libraries for compatibility with the latest specifications