wk-markdown

Installation
SKILL.md

๐Ÿ“ Markdown

Standards and validation checks for creating and editing markdown files.

When to Use

  • Creating or editing any .md file
  • Writing documentation, READMEs, specs, ADRs, or any prose content
  • Converting existing content to markdown
  • Reviewing or updating existing markdown for compliance

๐Ÿ“ Line Width

Hard-wrap all prose at 120 columns. Each paragraph line must be โ‰ค 120 characters.

Exceptions โ€” never wrap:

  • Fenced or inline code blocks
  • URLs (never break mid-URL; if a URL alone exceeds 120 cols, leave it as-is)
  • Table cell content that cannot be split without changing meaning
Installs
4
First Seen
Aug 19, 2026
wk-markdown โ€” whizzzkid/skills