addyosmani--agent-skills
41d15b8d64
- scripts/validate-skills.js: zero-dependency Node.js validator that checks every skill for valid frontmatter, description length (≤1024), required sections (Overview, When to Use, Common Rationalizations, Red Flags, Verification), and dead cross-skill references - Skills with type:meta or exempt:sections in frontmatter skip section checks; applied to using-agent-skills (meta) and idea-refine (legacy structure predating the anatomy spec) - CI: validate-skills job runs before plugin-manifest validation and blocks merge on any error; uses Node 20, no npm install required