Lint Markdown

🌐Community
by bresends · vlatest · Repository

Automatically checks Markdown files for common style errors, typos, and broken links using configurable linting rules.

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 lint-markdown npx -- -y @trustedskills/lint-markdown
2

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

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

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

About This Skill

What it does

The lint-markdown skill analyzes Markdown text and identifies potential errors or stylistic issues. It checks for common problems such as incorrect syntax, inconsistent formatting (e.g., spacing around lists), and adherence to specific Markdown conventions. The tool aims to improve the readability and maintainability of Markdown documents.

When to use it

  • Before publishing documentation: Ensure your technical writing is clean and error-free before sharing it with others.
  • Collaborative editing: Maintain consistent formatting across a team working on shared Markdown files.
  • Automated build processes: Integrate linting into your workflow to automatically check Markdown during builds or deployments.
  • Content creation for websites/blogs: Validate markdown content before publishing to ensure proper rendering.

Key capabilities

  • Markdown syntax checking
  • Formatting consistency checks (e.g., list spacing)
  • Adherence to Markdown conventions

Example prompts

  • "Lint this Markdown text and report any errors: [paste markdown here]"
  • "Check the formatting of this document for inconsistencies."
  • "Validate this Markdown file against common best practices."

Tips & gotchas

The skill requires a block of Markdown text as input. While it identifies potential issues, it's up to the user to decide whether or not to apply the suggested fixes.

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
bresends
Installs
6

🌐 Community

Passed automated security scans.