documentation-standards

Audit documentation quality and compliance against defined standards.

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/cc01cc/cmtx-project --skill documentation-standards-cc01cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-standards
Source: https://github.com/cc01cc/cmtx-project/tree/main/.kilo/skills-repo/shared/documentation-standards
Command: npx skills add https://github.com/cc01cc/cmtx-project --skill documentation-standards-cc01cc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits project documentation to ensure quality, consistency, and verifiable sources against defined standards.

Core Features & Use Cases

  • Enforces frontmatter, sections, and ADR guidelines across README, API docs, and config samples.
  • Verifies official URLs and references against trusted sources, ensuring traceability.
  • Integrates Markdown linting and autocorrect guidance to maintain a uniform writing style.

Quick Start

Audit your latest documentation to produce a compliance report and suggested fixes.

Frequently Asked Questions about documentation-standards

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

FAQPage Schema
How do I validate markdown documentation against style standards?

To validate markdown documentation, this process applies markdownlint checks to enforce a uniform writing style across READMEs, API docs, and configuration examples, generating a compliance report with suggested fixes.

What is frontmatter compliance and how does it apply to API docs?

Frontmatter compliance requires documentation files to adhere to defined metadata conventions. This audit checks API docs and markdown guides to ensure these frontmatter standards and required sections are consistently met.

How do I verify official URLs and references in technical documentation?

Verifying official URLs involves checking references against trusted sources to ensure traceability. This audit checks documentation to confirm citations and official URL sourcing meet defined compliance standards.

Can I use this to enforce ADR and TypeDoc guidelines in READMEs?

Yes, you can enforce ADR and TypeDoc guidelines in READMEs. This audit checks project documentation to ensure Architecture Decision Records and TypeDoc guidance are properly applied alongside configuration samples.

Does documentation linting require any external dependencies or components?

Documentation linting requires no external dependencies or components to function. This process operates independently to audit markdown guides, enforce frontmatter conventions, and verify official URL sourcing.