
S2005 Markdown Linter Fixer Skill
- 10 repo stars
- Updated March 20, 2026
- s2005/markdown-linter-fixer-skill
s2005-markdown-linter-fixer-skill is a Claude Code plugin that systematically fixes markdownlint-cli2 issues in markdown files via an agent skill.
About
The s2005 Markdown Linter Fixer Skill is a Claude Code plugin that turns markdownlint-cli2 output into an agent-guided repair loop for developers maintaining docs, skills, and READMEs. You install it when lint noise blocks merges or when ordered-list and formatting rules keep breaking CI. The skill emphasizes systematic diagnosis, targeted fixes, and verification rather than hand-editing every violation. It sits on the ship phase review shelf because its payoff is merge-ready, publish-ready markdown, though it is equally useful while writing documentation during build. It is a narrow task tool—not a full docs generator or release manager—so confidence is high for its stated scope. The bundle contains one plugin from s2005/markdown-linter-fixer-skill with community catalog placement and modest GitHub traction (8 stars). Pair it with your existing markdownlint config and CLI install in the project.
- Systematic markdown fixes driven by markdownlint-cli2 diagnostics
- Structured workflows to diagnose, fix, and verify lint issues in .md files
- Special focus on common rules including MD029 ordered-list numbering
- Agent skill packaged as a single Claude Code plugin (plugin count: 1)
- Formatting consistency for docs-heavy solo-builder repos
S2005 Markdown Linter Fixer Skill by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install s2005-markdown-linter-fixer-skill@s2005/markdown-linter-fixer-skillAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 10 |
|---|---|
| Last updated | March 20, 2026 |
| Repository | s2005/markdown-linter-fixer-skill ↗ |
What it does
Install when markdown in your repo fails markdownlint-cli2 and you want Claude to diagnose and fix rules like MD029 systematically.
Who is it for?
Best when you have markdownlint in CI or pre-commit and want Claude to batch-fix lint errors without guessing rule meanings.
Skip if: Projects with no markdown docs, or teams that need semver changelogs and mobile release automation instead of.md linting.
What you get
After install, your agent can run structured diagnose-fix-verify workflows so markdown files align with markdownlint-cli2 before review or release.
- Corrected markdown files matching markdownlint-cli2 rules
- Documented diagnose-fix-verify pass over reported violations
- Reduced CI noise from recurring formatting issues
By the numbers
- 1 plugin in bundle (pluginCount: 1)
- Repository: s2005/markdown-linter-fixer-skill
- 8 GitHub stars at catalog ingest
Recommended Plugins
How it compares
Docs lint-fix agent skill, not an MCP server or iOS release plugin.
FAQ
Who is S2005 Markdown Linter Fixer Skill for?
Developers and skill authors who use markdownlint-cli2 and want Claude Code to fix formatting and rule violations in markdown files consistently.
When should I use S2005 Markdown Linter Fixer Skill?
Use it after lint reports errors or before merging doc-heavy PRs—especially for ordered lists (MD029) and repo-wide markdown hygiene.
How do I add S2005 Markdown Linter Fixer Skill to my agent?
Add the plugin from the Skillselion catalog to Claude Code, ensure markdownlint-cli2 is available in your project, then invoke the skill against failing markdown paths.