What problem does it solve? Agent skills decay silently: descriptions stop triggering, references go dangling, and instructions written for older models actively degrade current ones. This Skill audits any skill directory against a structured checklist and produces a scorecard with specific, ranked fixes instead of vague impressions. ## Core Features & Use Cases - Structured checklist scoring: Scores structure (S1-S4), content quality (C1-C6), design patterns (D1-D2), executability (E1), prompt-attention hygiene (P1-P3), dated prompting (DP1-DP5), and model fit (M1-M4) as a fraction of applicable items. - Reference health checks: Ships a script that detects dangling pointers and orphaned reference files across the whole skills tree, with an exit code suitable for gating commits. - Drift and budget audits: Verifies that paths, constants, and CLI commands named in a skill still exist in the codebase, and measures description and body token weight. - Use Case: Point it at a skill that has grown to 800 lines over months of edits. It flags the mega-file accretion pattern, identifies orphaned references, catches dated prompting fossils like "think step by step", and returns a scorecard ranking the highest-impact fixes first. ## Quick Start Audit the skill in my current directory and give me a scorecard with the top fixes ranked by impact.