What problem does it solve? Existing SKILL.md files often drift from the required LLM-first structure, with invalid frontmatter, bloated bodies, or prose that hides decision logic, making skills hard to discover and unreliable at runtime. ## Core Features & Use Cases - Structured Audits: Checks frontmatter validity, trigger clarity, section order, body token budget, decision gates, and output contracts against the skill style guide. - Safe Refactoring: Defaults to audit-only mode and applies fixes only on explicit request, moving long explanations into local references without deleting meaningful content. - Registry Integration: Uses the skill registry to locate skills and recommends a registry refresh when metadata or paths change. - Use Case: After adding several custom skills, run an audit to find skills with missing descriptions or oversized bodies, then apply improvements to normalize them. ## Quick Start Audit all skills in this repository against the skill style guide and report issues grouped by severity.