markdownlint

Installation
SKILL.md

Markdownlint CLI2 Enforcer

Prerequisite Check

Run this before proposing lint or fix commands:

command -v markdownlint-cli2 >/dev/null 2>&1 || command -v markdownlint >/dev/null 2>&1

If no markdownlint binary is available, surface that first and either run scripts/install.sh or scripts/install.ps1, or use the documented npx --yes markdownlint-cli2 fallback when networked package execution is acceptable.

Quick Start

  1. Confirm a runner exists: markdownlint-cli2 --version or npx --yes markdownlint-cli2 --version
  2. Resolve the config before linting anything
  3. Run a check without --fix first
  4. Apply --fix only when the task requires edits
  5. Re-run the check and report the final status
Installs
1
GitHub Stars
1
First Seen
Jul 8, 2026
markdownlint — alisonaquinas/llm-shared-skills