component-quality-validator
Installation
SKILL.md
Component Quality Validator
Validates that generated skills, agents, and hooks are production-ready before use.
Quality Philosophy
A component is only valuable if it:
- Works correctly - Executes without errors
- Is discoverable - Can be found when needed (semantic matching)
- Is actionable - Provides clear, specific guidance
- Is maintainable - Easy to update and extend
- Is efficient - Doesn't waste tokens or time