docs

Generate documentation health reports and validate links across projects.

69|7|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/TaylorHuston/local-life-manager --skill docs-taylorhuston
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/TaylorHuston/local-life-manager/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/TaylorHuston/local-life-manager --skill docs-taylorhuston

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documentation health checks and maintenance across all ideas to reduce gaps and outdated content.

Core Features & Use Cases

  • Health reporting: generate overall health scores for documentation across projects.
  • Validation: verify links, references, and required files.
  • Stale detection: identify documents older than a threshold.
  • Sync: align CLAUDE.md with current project state.
  • Use Case: weekly doc health review for Coordinatr and YourBench.

Quick Start

/docs --health # Overall health report /docs --validate # Check links, references, required files /docs --stale # Find documents >30 days old /docs --sync # Sync CLAUDE.md with project state /docs --project coordinatr # Focus on specific project

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automate documentation health checks across multiple projects?

Automated documentation health checks generate overall health scores, verify links, and detect stale documents across multiple projects using the /docs command suite. You can run periodic health assessments to reduce content gaps and identify outdated files older than 30 days.

How do I check for stale documents and broken links in my documentation?

To check for stale documents and broken links, use the validation command to verify links, references, and required files, and run the stale detection command to find documents older than 30 days. This identifies outdated content and broken references across your projects.

What is the best way to sync CLAUDE.md with current project state?

Syncing CLAUDE.md with current project state is handled by the /docs --sync command, which aligns your configuration file with the actual project state. This ensures your project documentation accurately reflects the latest development status across all tracked ideas.

Can I run documentation validation for a specific project instead of all projects?

Yes, you can run documentation validation for a specific project by using the /docs --project command with your project name. This focuses the health checks, link validation, and stale document detection exclusively on the specified project rather than the entire workspace.

What does a documentation health report include?

A documentation health report includes an overall health score for your projects, link validation results, reference verification, required file checks, and stale document detection. It provides a comprehensive assessment of documentation gaps and outdated content across multiple projects.

When do I need to run documentation maintenance and stale document detection?

You need to run documentation maintenance and stale document detection when you want to identify files older than 30 days, verify broken links, and reduce gaps in outdated content. It is ideal for weekly doc health reviews across active projects.