What problem does it solve? Existing SKILL.md files often drift from the required structure: invalid frontmatter, tutorial-style prose, missing decision gates, or bloated bodies. This Skill audits and normalizes them against a normative style guide without losing author intent. ## Core Features & Use Cases - Structured Auditing: Checks frontmatter validity, trigger clarity, section order, body token budget, decision gates, and output contracts for each skill. - Safe Apply Mode: Defaults to audit-only and only edits files when explicitly requested, moving long content into local references/ or assets/ instead of deleting it. - Style Guide Enforcement: Uses docs/skill-style-guide.md or a bundled local copy as the normative contract, and consults .atl/skill-registry.md for skill discovery. - Use Case: After adding several new skills to a repo, run an audit to find skills with missing frontmatter or oversized bodies, then apply safe fixes and refresh the skill registry. ## Quick Start Audit all skills in this repository against the skill style guide and report issues grouped by severity.