clj-skill-eval
Installation
SKILL.md
Clojure Skill Evaluation Framework
Evaluating Clojure skills requires real projects with measurable behavior differences, not hypothetical assumptions. This skill enforces a rigorous evaluation methodology that compares with-skill vs without-skill development on identical tasks.
Core Principle
Skills only matter if they change actual behavior.
The evaluation method:
- Create two isolated projects (with/without skills)
- Execute identical real development tasks in both
- Compare: code quality, development time, documentation depth, test comprehensiveness
- Analyze context-logs to observe behavioral differences (REPL usage, exploration patterns, debugging approach)