markdownlint
Installation
SKILL.md
Markdownlint
Lint Markdown files for style and consistency
using markdownlint via the markdownlint-cli2 CLI.
Running the linter
Lint specific files or directories:
npx markdownlint-cli2 "docs/**/*.md"
Lint and auto-fix fixable issues:
Related skills