What problem does it solve? Skill directories often drift into poor quality: vague descriptions that misroute triggers, missing verification sections, undocumented scripts, and broken cross-skill references. This Skill audits every skill against 14 structural and routing checks so problems are caught before they waste context or misroute user requests. ## Core Features & Use Cases - Automated Linting: Runs skill-lint.js to check frontmatter, routing signatures, When-NOT sections, reference routing, script contracts, line counts, and tool entitlements with P0/P1/P2 severity levels. - Cross-Skill Analysis: Detects description overlap between skills, invalid subagent_type references, and non-canonical agent tool syntax. - Manual Deep Review: Optionally evaluates flagged skills on routing precision, scope fitness, and progressive loading with star ratings. - Use Case: After adding several new skills to your agent setup, run the health check to get a per-skill report table, prioritized fix recommendations, and a pass/fail gate. ## Quick Start Run a health check on all my skills and report any routing or structural issues that need fixing.