What problem does it solve? Maintaining a plugin made of many skill files leads to inconsistent structure, bloated skills, duplicated instructions, and configuration fields that no skill actually reads. This Skill audits the hero-skills plugin itself so quality issues are caught before release. ## Core Features & Use Cases - Structure and Size Checks: Verifies frontmatter fields, heading hierarchy, step numbering, and flags skills that are too large or too thin. - DRY and Description Analysis: Detects instructions repeated across 3+ skills and evaluates frontmatter descriptions for trigger clarity and length. - HERO.md Field Coverage: Cross-references the declared field map against what skills actually read, reporting drift in both directions. - Use Case: Before releasing changes to the hero-skills plugin, run the audit to get a MUST FIX / SHOULD FIX / INFO report, or pass --fix to auto-correct ordering and formatting issues. ## Quick Start Ask the AI to audit the hero-skills plugin for quality and consistency issues and report what must be fixed before release.