SKILL·07B8AF

doc-validator

mattnigh
Updated 1 month ago
10 views
22
1
22
View on GitHub
Otherword

About

The doc-validator skill scans a repository for `.md` files outside predefined allowed directories to prevent documentation sprawl. It outputs warnings and is triggered via commands like "validate docs" or integrated into CI/CD and code review workflows for enforcing structure.

Quick Install

Claude Code

Recommended
Primary
npx skills add mattnigh/skills_collection -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/mattnigh/skills_collection
Git CloneAlternative
git clone https://github.com/mattnigh/skills_collection.git ~/.claude/skills/doc-validator

Copy and paste this command in Claude Code to install this skill

GitHub Repository

mattnigh/skills_collection
Path: collection/bodangren__git-workflow__claude__skills__doc-validator__SKILL.md
0
FAQ

Frequently asked questions

What is the doc-validator skill?

doc-validator is a Claude Skill by mattnigh. Skills package instructions and resources that Claude loads on demand, so Claude can perform doc-validator-related tasks without extra prompting.

How do I install doc-validator?

Use the install commands on this page: add doc-validator to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does doc-validator belong to?

doc-validator is in the project category, tagged word.

Is doc-validator free to use?

Yes. doc-validator is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

doc-validator
Other

The doc-validator skill scans a repository for `.md` files located outside predefined allowed directories to prevent documentation sprawl. It outputs warnings and is triggered via commands like "validate docs" or as part of CI/CD quality checks. Use it during code reviews or repository audits to enforce a consistent documentation structure.

View skill
doc-validator
Other

The doc-validator skill scans a repository for `.md` files located outside predefined allowed directories to prevent documentation sprawl. It outputs warnings to enforce a consistent structure and can be triggered manually or integrated into CI/CD and code review workflows.

View skill
doc-validator
Other

The doc-validator skill scans a repository for `.md` files located outside predefined directories, outputting warnings to prevent documentation sprawl. It's used during code reviews, CI/CD checks, or repository audits to enforce a consistent structure. Developers can trigger it manually or integrate it into automated quality workflows.

View skill
content-collections
Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill