Markdown Linter Fixer

🌐Community
by s2005 · vlatest · Repository

Automatically identifies and corrects common Markdown formatting errors to ensure clean, readable documents.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add markdown-linter-fixer npx -- -y @trustedskills/markdown-linter-fixer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "markdown-linter-fixer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/markdown-linter-fixer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The markdown-linter-fixer skill automatically corrects common formatting errors in Markdown documents. It leverages a linter to identify issues such as incorrect indentation, trailing whitespace, and unclosed brackets. The skill then applies fixes based on the linter's suggestions, ensuring consistent and valid Markdown syntax.

When to use it

  • Cleaning up drafts: Use it when you have a rough draft of a document with inconsistent formatting that needs polishing.
  • Preparing documents for publication: Ensure your Markdown files are error-free before submitting them to platforms or services that require clean Markdown.
  • Standardizing team documentation: Enforce consistent formatting across a team's Markdown documents to improve readability and maintainability.
  • Automating repetitive fixes: Avoid manually correcting common Markdown errors by letting the skill handle it automatically.

Key capabilities

  • Automatic Markdown linting
  • Correction of indentation errors
  • Removal of trailing whitespace
  • Fixing unclosed brackets and other syntax issues

Example prompts

  • "Please fix the formatting in this Markdown document."
  • "Can you lint and correct this file?"
  • "Make sure this Markdown is valid and well-formatted."

Tips & gotchas

The skill relies on a linter, so its effectiveness depends on the rules configured within that linter. Review the changes made by the skill to ensure they align with your desired formatting style.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
s2005
Installs
4

🌐 Community

Passed automated security scans.