What problem does it solve? Skill libraries accumulate broken links, orphaned skills, inconsistent naming, and out-of-sync INDEX files over time, making skills hard to discover and maintain. This Skill automates health checks so wiki quality issues are caught in seconds instead of during urgent work. ## Core Features & Use Cases - Link Validation: Detects backtick-wrapped references, relative paths, broken skill links, and orphaned skills not listed in any INDEX. - Naming & Frontmatter Checks: Enforces kebab-case directory names and required frontmatter fields (name, description, when_to_use, version) with length limits. - INDEX Coverage & Rules Sync: Verifies every skill appears in its category INDEX and that skill-rules.json entries match the actual skill inventory. - Search Gap Analysis: Reviews logged search queries to identify frequently requested skills that do not yet exist. - Use Case: After adding or renaming skills, run the master garden.sh script to get a full health report with errors and warnings before committing changes. ## Quick Start Run the gardening health check on my skills directory and fix any broken links or missing INDEX entries it reports.