wk-markdown
Installation
SKILL.md
๐ Markdown
Standards and validation checks for creating and editing markdown files.
When to Use
- Creating or editing any
.mdfile - 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