doc-garden

Detect and fix stale or broken documentation references across project files.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lucascaro/hivesmith --skill doc-garden-lucascaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-garden
Source: https://github.com/lucascaro/hivesmith/tree/main/skills/doc-garden
Command: npx skills add https://github.com/lucascaro/hivesmith --skill doc-garden-lucascaro

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of maintaining up-to-date and accurate documentation within a project by automatically scanning and fixing stale or broken references and content.

Core Features & Use Cases

  • Documentation Staleness Detection: Scans various docs and identifies broken links, outdated references, and drift from the latest code changes.
  • Automated Fixes: Updates intra-repo links, regenerates documentation files, and annotates unresolved references to improve accuracy.
  • Use Case: A team wants to ensure their project documentation remains current; using this Skill, they can regularly fix broken links and update generated content with minimal manual effort.

Quick Start

Run the doc-garden skill to scan specified documentation directories and automatically open pull requests to fix issues found.

Frequently Asked Questions about doc-garden

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

FAQPage Schema
How do I automatically fix broken links in my project documentation?

Yes, you can automate fixing broken documentation links by scanning directories for invalid references and opening pull requests. This Skill detects stale links and updates them automatically to maintain accuracy with minimal manual effort.

What is the best way to prevent documentation staleness in a large repository?

Preventing documentation staleness in large repositories requires regular consistency checks against the latest code changes. This Skill scans for outdated references and drift, ensuring generated docs remain current and accurate across the project.

How do I check if my generated docs are current with the latest code changes?

To check if generated docs are current, you scan for drift from the latest code changes. This Skill automates documentation staleness detection by identifying outdated references and regenerating files to ensure accuracy.

Can I automatically open pull requests to update stale documentation references?

Yes, you can automatically open pull requests to update stale documentation references. After scanning specified documentation directories, this Skill automatically applies fixes to broken links and outdated content and submits them via a pull request.

Does automated documentation maintenance work for large documentation repositories?

Automated documentation maintenance works effectively for large documentation repositories that require regular consistency checks. This Skill is specifically designed to scan large projects, validate links, and ensure references remain accurate at scale.