Gardening Skills Wiki

Validate wiki links, naming consistency, and INDEX coverage with Bash scripts.

2|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/spacholski1225/cc-config --skill gardening-skills-wiki-spacholski1225
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gardening Skills Wiki
Source: https://github.com/spacholski1225/cc-config/tree/main/skills/meta/gardening-skills-wiki
Command: npx skills add https://github.com/spacholski1225/cc-config --skill gardening-skills-wiki-spacholski1225

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the health maintenance of skill entries by validating links, standardizing naming, and ensuring INDEX coverage to prevent fragmentation and dead references.

Core Features & Use Cases

  • Link validation detects broken references, orphaned skills, and misresolved links across the wiki.
  • Naming and INDEX checks enforce kebab-case directories, complete frontmatter, and consistent category indices.
  • Periodic maintenance runs (garden.sh) provide actionable reports to keep the wiki coherent during growth or reorganization.

Quick Start

Run the master garden.sh to scan the wiki and generate a health report. For focused checks, run check-links.sh, check-naming.sh, and check-index-coverage.sh.

Frequently Asked Questions about Gardening Skills Wiki

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

FAQPage Schema
How do I validate links and detect orphaned skills in a wiki?

Run the check-naming.sh script to enforce kebab-case directory naming and verify frontmatter completeness, including name, description, when_to_use, and version fields across all skill entries.

How do I check INDEX coverage and category integrity for wiki entries?

Use the check-index-coverage.sh script to verify category INDEX integrity, detecting missing entries and fragmentation across the wiki during reorganization or periodic maintenance.

Do I need jq installed to run bash scripts for wiki maintenance?

Yes, jq is a required dependency for running the gardening scripts, as the bash utilities rely on it to parse and process frontmatter and JSON data during wiki health checks.

What's the best way to automate periodic maintenance for a skills wiki?

The best way to automate periodic maintenance is running the master garden.sh script, which scans the wiki for naming drift, broken links, and coverage gaps, outputting a comprehensive actionable report.

Why does my wiki health check report missing frontmatter fields?

Your wiki health check reports missing frontmatter when skill entries lack complete required fields; the naming validation enforces name, description, when_to_use, and version properties for every entry.