Lint Markdown files for style issues, broken links, and formatting
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill md-linter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Md Linter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-md-linter)More formats (shields.io, HTML) on the badges page.
---
name: md-linter
description: Lint Markdown files for style issues, broken links, and formatting
problems with auto-fix suggestions.
---
# Markdown Linter
Check and improve Markdown file quality.
## Capabilities
- **Style Checks**: Heading levels, list consistency, line length
- **Link Validation**: Check for broken internal/external links
- **Structure Analysis**: TOC generation, heading hierarchy
- **Auto-Fix**: Suggest or apply formatting corrections
## Usage
Ask the agent to:
- "Lint README.md for issues"
- "Check all markdown files in this directory"
- "Fix formatting issues in docs/"
- "Generate a table of contents for this document"
## How It Works
Analyzes Markdown files for common issues:
- Inconsistent heading levels (skipping levels)
- Trailing whitespace, missing blank lines
- Broken relative links
- Inconsistent list markers
- Long lines
Can use `markdownlint-cli` if available, or perform analysis with built-in text processing.
## Requirements
- Optional: `markdownlint-cli` (`npm install -g markdownlint-cli`)
- Works without external tools using text analysis
- No API keys needed
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!