What problem does it solve? Agent skill files degrade in quality over time and are hard to evaluate consistently by gut feeling, leading to vague instructions, structural drift, and undetected regressions across a skill set. ## Core Features & Use Cases - Five-Dimension Rubric Evaluation: Scores skills on structural compliance, instructional clarity, behavioral alignment, harness fitness, and token economy using categorical labels instead of unreliable numeric scores. - Deterministic D1 Pre-Checks: Validates frontmatter fields, required sections, size limits, and formatting artifacts without an LLM via the included Python script. - Baseline Regression Detection: Compares sweep results against saved baselines to catch verdict regressions in CI or dogfood pipelines. - Use Case: After refactoring a set of agent skills, run a batch sweep to produce PASS/IMPROVE/REWRITE verdicts per skill, then apply tiered remediation (mechanical fixes, LLM-drafted sections, or manual rewrites) and re-verify against the baseline. ## Quick Start Ask the agent to judge all skills in the skills directory and generate a baseline report with per-dimension labels and priority fixes.