Lint-Clean Markdown Skill

Installation
SKILL.md

Lint-Clean Markdown Skill

Write markdown that passes linting on first attempt by internalizing common rules.

Purpose

Eliminate the edit-lint-fix cycle by writing markdown correctly the first time. This skill encodes the most common markdown lint rules as muscle memory.

The Golden Rule

When in doubt: Add a blank line.

90% of markdown lint errors are missing blank lines. Lists, code blocks, and headings all need breathing room.

Core Rules Quick Reference

Rule Code Pattern Mnemonic
Blank lines around lists MD032 \n- item\n- item\n "Lists breathe"
Related skills
Installs
First Seen