What problem does it solve?
This Skill automates the maintenance of your AI's skills wiki, preventing broken links, orphaned skills, inconsistent naming, and outdated INDEX files. It ensures the wiki remains a reliable, searchable, and high-quality knowledge base without requiring manual, token-intensive inspection.
Core Features & Use Cases
- Automated Health Checks: Runs scripts to validate links, naming conventions, and INDEX file coverage across the entire skills repository.
- Link Validation: Identifies broken
@ references, backtick-wrapped links, and relative paths, suggesting fixes.
- Naming Consistency: Checks directory names for kebab-case, frontmatter completeness, and active voice in skill names.
- INDEX Coverage: Verifies all skills are listed in their category INDEX files and have descriptions.
- Search Gap Analysis: Analyzes failed search queries to identify missing skills, guiding new skill creation.
- Use Case: After adding, removing, or reorganizing skills, run
garden.sh to instantly get a health report, ensuring all changes are consistent and maintain wiki integrity.
Quick Start
To perform a full health check of your skills wiki, run the master gardening script:
~/.claude/skills/meta/gardening-skills-wiki/garden.sh
Review the report for errors (❌) and warnings (⚠️), then fix any identified issues.