Markdown writing, rumdl configuration, and documentation best practices. Use when creating or refactoring docs, enforcing structure, or running rumdl.
rumdl after editing Markdown-heavy content.# title.bash, python, toml, js, or html.uv tool install rumdl
uv run rumdl check .
uv run rumdl check --fix .
uv run rumdl fmt .
uv run rumdl init
.rumdl.toml[global]
disable = ["MD013", "MD033"]
exclude = ["node_modules", "dist", "build", "target"]
respect_gitignore = true
[MD003]
style = "atx"
[MD007]
indent = 4
[MD060]
enabled = true
style = "aligned"
check in CI and validation flows.check --fix when the repo accepts automatic Markdown rewrites.fmt when you want formatting without applying other lint fixes.skills/documentation/SKILL.md -- README structure, ADRs, changelogsrules/documentation.md -- always-on Markdown conventions