docs-manager

Validate documentation metadata, tags, sizes, and links via .docs-manager-config.json.

6|1|Updated Dec 8, 2009
One-click install
npx skills add https://github.com/jey3dayo/dotfiles --skill docs-manager-jey3dayo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-manager
Source: https://github.com/jey3dayo/dotfiles/tree/main/agents/skills-internal/docs-manager
Command: npx skills add https://github.com/jey3dayo/dotfiles --skill docs-manager-jey3dayo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides rigorous, configurable validation and management of project documentation, ensuring metadata accuracy, tag consistency, and reliable link integrity to reduce manual review and downstream errors.

Core Features & Use Cases

  • Metadata validation and tag system compliance to enforce consistent documentation across repositories
  • Size management and split planning to keep documents readable and AI-friendly
  • Link validation and project-specific rules to maintain navigable, up-to-date documentation
  • Project-type flexibility via .docs-manager-config.json to support generic, dotfiles, pr-labeler, terraform-infra, and custom configurations Use Case: When maintaining a large set of docs in a repository, run docs-manager to generate a quality report and enforce structure.

Quick Start

Place a .docs-manager-config.json in your project root and run the docs-manager workflow to validate all documents.

Frequently Asked Questions about docs-manager

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

FAQPage Schema
How do I validate documentation links and tags across a repository?

To validate documentation links and tags, run the docs-manager workflow to check metadata accuracy, tag compliance, and link integrity across your project's docs directory. This generates a quality report enforcing consistent structure and reducing manual review.

What is documentation metadata validation and when do I need it?

Documentation metadata validation is the process of enforcing consistent tags and structure across project docs. You need it when maintaining a large set of documents in a repository to ensure readability, navigable links, and reduced downstream errors.

How do I configure custom validation rules for project documentation?

You can configure custom validation rules by placing a .docs-manager-config.json file in your project root. This configuration file tailors validation to your repository's specific vocabulary, constraints, and project type to enforce project-specific rules.

Does documentation validation work with Terraform infra and custom project types?

Documentation validation works with generic, dotfiles, pr-labeler, terraform-infra, and custom project types. It applies project-specific rules loaded from your configuration file to tailor validation constraints to each repository type.

What is the best way to manage document size and split large documentation files?

The best way to manage document size and split large files is using docs-manager's size management and split planning features. This keeps documents readable and AI-friendly while enforcing configurable size guidelines across your docs directory.