Gardening Skills Wiki

Validate skills wiki links, naming, and index coverage with Bash scripts.

3|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/trae-community/trae-templates --skill gardening-skills-wiki-trae-community
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gardening Skills Wiki
Source: https://github.com/trae-community/trae-templates/tree/main/templates/tools-devops/superpowers-trae-init/.trae/skills/gardening-skills-wiki
Command: npx skills add https://github.com/trae-community/trae-templates --skill gardening-skills-wiki-trae-community

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps maintain the accuracy and consistency of the skills wiki by automating health checks on links, naming conventions, and index coverage, preventing broken references and outdated entries.

Core Features & Use Cases

  • Link Validation: Checks for broken, backtick-wrapped, and relative links to ensure all skill references resolve correctly.
  • Naming Consistency: Enforces kebab-case directory names and verifies frontmatter completeness and active voice in skill names.
  • Index Coverage: Ensures all skills are properly listed in their respective INDEX files, and identifies orphaned skills not included in any index.
  • Use Case: When reorganizing skills, adding new entries, or updating links, run this Skill to identify and fix issues swiftly, maintaining wiki integrity.

Quick Start

Run the gardening script to perform health checks on your skills wiki and address any issues highlighted.

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 naming conventions in a skills wiki?

Index coverage validation ensures all skills are properly listed in INDEX files and identifies orphaned skills missing from any index, keeping wiki information accurate and easily discoverable.

What is the best way to detect orphaned skills missing from wiki index files?

To detect orphaned skills missing from wiki index files, run automated health check scripts that compare existing skill directories against INDEX file entries to identify and report unlisted references.

How do I check for broken and relative links in wiki documentation?

Checking for broken and relative links in wiki documentation requires running automated validation scripts that test backtick-wrapped references and ensure all skill references resolve correctly without dead ends.

Do I need Bash scripts to run wiki maintenance and structure checks?

Yes, you need Bash scripts and associated check files to operate the wiki maintenance and structure checks effectively, as the automation relies on these scripts to validate links and index coverage.

When should I run automated wiki health checks for link and structure validation?

You should run automated wiki health checks for link and structure validation when reorganizing skills, adding new entries, or updating links, ensuring you swiftly identify and fix issues to maintain wiki integrity.