compliance-checker
Installation
SKILL.md
Skill Design Compliance Checker
Run the programmatic compliance check for skills in this agentic-collections repository.
When to Use This Skill
Invoke this skill when the user wants to:
- Validate skills against SKILL_DESIGN_PRINCIPLES.md
- Check compliance before committing or opening a PR
- Verify design principle adherence (DP1–DP7)
Workflow
-
Run from project root (the workspace root).
-
Preferred: validate only changed skills (recommended for local dev):
make validate-skill-design-changed
Related skills