What problem does it solve?
Technical documentation often suffers from inconsistent heading structure, filler language, hidden Unicode artifacts, improper use of GitHub Flavored Markdown features, and accessibility issues; this Skill provides concrete rules to produce clear, consistent, and machine-safe Markdown that readers and tools can rely on.
Core Features & Use Cases
- Heading hierarchy & structure: Enforce one H1 per document, correct nesting, and concise anchor-friendly headings.
- No-AI-slop rules: Detect and prohibit filler phrases, emojis, smart quotes, zero-width characters, and decorative Unicode.
- GFM guidance: Prescribe correct use of task lists, alerts, collapsible sections, Mermaid diagrams, tables, badges, and language-specified code fences.
- Templates & references: Provide README, CONTRIBUTING, CHANGELOG, and API templates plus a syntax reference for consistent authoring.
- Use Cases: Audit and rewrite README files, docs pages, changelogs, API docs, and contributing guides to meet accessibility and maintainability standards.
Quick Start
Audit the project's README and rewrite it to conform to these Markdown documentation standards, fixing headings, removing filler language, and ensuring GFM features and diagrams are used appropriately.