Gardening Skills Wiki

Validate wiki links, naming consistency, and orphaned SKILL.md entries via Bash scripts.

8|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill gardening-skills-wiki-gujiachun-rainbow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gardening Skills Wiki
Source: https://github.com/gujiachun-rainbow/RainClaw/tree/main/.trae/skills/gardening-skills-wiki
Command: npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill gardening-skills-wiki-gujiachun-rainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq.

What problem does it solve?

The Gardening Skills Wiki health checker automates maintenance of the skills wiki by validating links, ensuring proper naming, and detecting orphaned SKILL.md entries to prevent broken references and coverage gaps.

Core Features & Use Cases

  • Automates link validation, INDEX coverage checks, and frontmatter completeness to maintain wiki health.
  • Detects orphaned skills and misnamed entries, and provides actionable fixes for category INDEX consistency.
  • Use cases include adding, removing, or reorganizing skills, performing periodic wiki health audits, and validating cross-references across categories.

Quick Start

Run the garden.sh master script to perform a full health check of the skills wiki and generate a report.

Frequently Asked Questions about Gardening Skills Wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate link validation and orphan detection for a skills wiki?

You can automate link validation and orphan detection by running the garden.sh master script, which executes Bash checks to identify broken references and coverage gaps in your wiki, generating a report with actionable fixes.

What is the best way to check naming conventions and INDEX coverage in a wiki?

The best way to check naming conventions and INDEX coverage is using dedicated Bash scripts like check-naming.sh and check-index-coverage.sh, which ensure frontmatter completeness and category consistency across your wiki entries.

Do I need bash and jq installed to run wiki health checks?

Yes, you need bash and jq installed to run these wiki health checks. The automated validation scripts rely on bash for execution and jq for parsing JSON frontmatter to verify entry completeness and detect misnamed files.

How do I detect orphaned SKILL.md entries when reorganizing a wiki?

You detect orphaned SKILL.md entries by running the automated orphan-detection checks within the garden.sh script, which scans your directory structure to find unlinked files and reports them for immediate removal or re-indexing.

Can I perform a periodic wiki health audit using bash scripts?

Yes, you can perform a periodic wiki health audit using bash scripts. Running the garden.sh script executes comprehensive checks for link integrity, naming consistency, and index coverage, preventing broken references over time.

Why does my wiki have coverage gaps after adding or removing skills?

Your wiki has coverage gaps because adding or removing skills often leaves broken cross-references and orphaned entries. Running check-index-coverage.sh identifies these missing links and provides actionable fixes to restore consistency.