Marketplace for markdown linting and fixing plugins for Claude Code
npx claudepluginhub s2005/markdown-linter-fixer-skillSystematically fix linting issues in markdown files using markdownlint-cli2. This skill provides structured workflows to diagnose, fix, and verify markdown formatting issues with special focus on MD029 errors.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A Claude Agent Skill that systematically fixes linting issues in markdown files using markdownlint-cli2.
This skill provides Claude with structured workflows to diagnose, fix, and verify markdown formatting issues across projects. It focuses on the most common real-world issues, especially MD029 errors caused by improper indentation of content within ordered lists.
Available for multiple platforms:
The Markdown Linter Fixer skill enables Claude to:
Markdown linting errors are common in documentation, especially when combining:
The MD029 error (ordered list item prefix) is particularly common and confusing. This skill includes a comprehensive guide explaining the root cause: improper indentation of content between list items, not just numbering inconsistencies.
Use the canonical Codex instructions in INSTALLATION.md, including uninstall and verification steps.
markdown-linter-fixer mode instructions
Click the button below to install the custom chat mode in VS Code:
Requirements: GitHub Copilot subscription and VS Code version 1.96 or higher (custom chat modes available from v1.101+)
What you get:
To use after installation:
Quick start for Claude Code:
# Add the marketplace
/plugin marketplace add https://github.com/s2005/markdown-linter-fixer-skill
# Install the plugin
/plugin install markdown-linter-fixer@markdown-linter-fixer-marketplace
# Restart Claude Code
For complete installation instructions, including:
See INSTALLATION.md.
For VS Code users:
For Claude Code users:
For Codex CLI users:
$CODEX_HOME/skills (defaults to ~/.codex/skills)For all platforms:
The skill uses markdownlint-cli2 under the hood to perform linting and fixes. You don't need to install it beforehand - Claude/VS Code will automatically check for it and guide you through installation if needed:
# Global installation (if prompted)
npm install -g markdownlint-cli2
# Or local to project (if prompted)
npm install --save-dev markdownlint-cli2