Back to Skills

doc-validator

mattnigh
Updated 5 days ago
8 views
22
1
22
View on GitHub
Otherword

About

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.

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/Reading-Advantage-Thailand__codecamp-advantage__claude__skills__doc-validator__SKILL.md
0

Related Skills

doc-validator

Other

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.

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

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

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