Agent Skill
2/7/2026markdown-lint
Guide for linting markdown files using markdownlint-cli2. Use this when asked to lint markdown, fix markdown formatting, or check markdown files.
H
heaths
3GitHub Stars
1Views
npx skills add heaths/akv-cli-rs
SKILL.md
| Name | markdown-lint |
| Description | Guide for linting markdown files using markdownlint-cli2. Use this when asked to lint markdown, fix markdown formatting, or check markdown files. |
name: markdown-lint description: Guide for linting markdown files using markdownlint-cli2. Use this when asked to lint markdown, fix markdown formatting, or check markdown files.
Markdown Linting with markdownlint-cli2
Commands
# Lint markdown files
npm run markdown-lint
# Auto-fix markdown issues
npm run markdown-lint:fix
Configuration
Configuration is in .markdownlint-cli2.yaml. See that file for enabled rules and ignored paths.
Workflow
- Run
npm run markdown-lintto identify issues - Run
npm run markdown-lint:fixto auto-fix most issues - Manually fix remaining issues if needed
- Verify with
npm run markdown-lint
Skills Info
Original Name:markdown-lintAuthor:heaths
Download