Gardening Skills Wiki

Automates wiki health checks for broken links, naming conventions, and index coverage using bash scripts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill gardening-skills-wiki-slooowlly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Gardening Skills Wiki
Source: https://github.com/Slooowlly/meu-modo-carreira-v4/tree/main/.agent/skills/gardening-skills-wiki
Command: npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill gardening-skills-wiki-slooowlly

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the essential maintenance tasks for a skills wiki, ensuring links are valid, naming conventions are followed, and all skills are discoverable.

Core Features & Use Cases

  • Link Validation: Checks for broken, relative, or backtick-wrapped links within the wiki.
  • Naming Consistency: Enforces kebab-case for directories and checks for required frontmatter fields.
  • Index Coverage: Verifies that all skills are listed in their respective INDEX files and that INDEX files are correctly cross-referenced.
  • Use Case: After adding a new skill, run this to automatically catch any broken links or ensure it's properly indexed, preventing future discovery issues.

Quick Start

Run the garden.sh script to perform all automated wiki health checks.

Frequently Asked Questions about Gardening Skills Wiki

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

FAQPage Schema
How do I check for broken links in a skills wiki?

To check for broken links in a skills wiki, run the garden.sh script which validates relative and backtick-wrapped links automatically. This ensures all references within the repository are valid and prevents future discovery issues.

How do I enforce kebab-case naming conventions for directories and frontmatter?

You can enforce kebab-case naming conventions and verify frontmatter completeness by running automated bash scripts. These scripts validate directory structures and required frontmatter fields across the skills repository.

Do I need external dependencies to run bash scripts for wiki validation?

No, you do not need external dependencies to run bash scripts for wiki validation. The scripts require no external dependencies beyond standard bash utilities available in your environment.

What's the best way to verify index coverage for a skills repository?

The best way to verify index coverage for a skills repository is using automated validation scripts. They check that all skills are listed in their respective INDEX files and ensure INDEX files are correctly cross-referenced.

Why does automated wiki maintenance prevent skill discovery issues?

Automated wiki maintenance prevents skill discovery issues by validating links, enforcing naming conventions, and verifying index coverage. This ensures all skills are properly indexed and discoverable after new additions.