Gardening Skills Wiki

Validate links, naming, and INDEX coverage in a skills wiki.

4|2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/pv-udpv/pplx-unofficial-sdk --skill gardening-skills-wiki-pv-udpv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gardening Skills Wiki
Source: https://github.com/pv-udpv/pplx-unofficial-sdk/tree/main/.cline/skills/community/skills/meta/gardening-skills-wiki
Command: npx skills add https://github.com/pv-udpv/pplx-unofficial-sdk --skill gardening-skills-wiki-pv-udpv

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Regularly maintaining a skills wiki is error-prone: broken links, misnamed skills, and out-of-sync INDEX files degrade discoverability. This guide automates wiki health checks to keep the collection reliable and navigable.

Core Features & Use Cases

  • Automated health checks for link integrity, naming consistency, and INDEX coverage across all skills.
  • Detect orphaned or renamed skills and suggest fixes to maintain navigation consistency.
  • Use case: after adding a batch of new skills, run the gardening tool to ensure all references are valid and properly indexed.

Quick Start

Run the gardener after changes to audit links, names, and INDEX coverage across the skills wiki to ensure consistency.

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 wiki health checks for broken links and naming consistency?

Automated wiki health checks validate link integrity, naming consistency, and INDEX coverage across all skills, detecting orphaned or renamed entries to maintain reliable navigation and discoverability.

What is the best way to fix out-of-sync INDEX files after adding new skills?

Fixing out-of-sync INDEX files requires running an automated gardening tool that provides concrete remediation steps for syncing INDEX entries, correcting path references, and adding missing skills across categories.

Do I need jq installed to validate frontmatter completeness and path references?

Yes, you need jq installed to execute the shell scripts that enforce frontmatter completeness, validate links, and output automated remediation steps for path reference corrections.

How does automated link validation detect orphaned or renamed skills in a documentation wiki?

Automated link validation detects orphaned or renamed skills by cross-referencing path references against actual files, identifying broken links, and suggesting fixes to maintain navigation consistency.

Can I use shell scripts to enforce frontmatter completeness across a large skills collection?

Yes, you can use shell scripts to enforce frontmatter completeness and consistent naming as part of automated governance, ensuring all skills in the collection meet quality-assurance standards.

Why does my wiki INDEX coverage report show missing skills after a batch update?

INDEX coverage reports show missing skills after a batch update when new entries are not properly synced, requiring automated gardening checks to add missing skills and correct path references.