lint-markdown
Installation
SKILL.md
Markdown Linting with markdownlint-cli2
Workflow
1. Run auto-fix first
markdownlint-cli2 --fix "<filepath>"
This resolves ~30 fixable rules automatically (white space, list style, blank lines, emphasis style, etc.).
2. Re-lint to find remaining issues
markdownlint-cli2 "<filepath>" 2>&1
Related skills
More from bresends/skills
git-commit
Create git commits using conventional commits with scopes. Use when the user asks to commit, make a commit, save changes, or any git commit operation. Never include Co-Authored-By lines, AI agent mentions, or any reference to Claude, AI, or automated tooling in commit messages.
17skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2