| name | skill-evaluator |
| description | Evaluate skill effectiveness with structure checks and real usage spot checks. Use when evaluating a skill, checking if a skill works, or benchmarking skill performance. Triggers: "evaluate skill", "check skill", "skill quality", "skill benchmark".
|
| category | meta |
Skill: skill-evaluator
Evaluation Checklist
Commands
ls -la .agents/skills/*/SKILL.md
grep -l "^---" .agents/skills/*/SKILL.md | wc -l
grep -rL "Triggers:" .agents/skills/*/SKILL.md
Rules
- Every skill must have YAML frontmatter with name, description, triggers
- Every skill must have at least one runnable command block
- Every skill must have a Rules section
- Keep skills under 500 LOC
- Use concrete examples, not placeholders