What problem does it solve? Skill libraries accumulate structural drift over time: broken links, duplicated capabilities, stale content, missing index entries, and accidentally committed credentials. This Skill runs a systematic health audit across every SKILL.md file and produces a prioritized fix list. ## Core Features & Use Cases - Structural Compliance Checks: Validates YAML frontmatter, naming rules, description format, required sections (Gotchas, Self-Update Policy), and line-count thresholds against the authoring standard. - Link and Reference Integrity: Runs a Python dead-link scanner plus checks that index.md, cross-skill references, and backtick-referenced skill names all resolve on disk. - Security and Freshness Scan: Detects credential leaks, config.json files missing from .gitignore, deprecated commands, and outdated version strings. - Use Case: Run a scheduled daily audit of your ~/.claude/skills directory; the Skill compares the current git commit against the last audit, exits early if nothing changed, and otherwise generates a P0/P1/P2 report with optional approved auto-fixes. ## Quick Start Ask Claude to run the skill maintenance audit on your skills directory and generate a prioritized health report.