Standardizes documentation by automatically formatting and linting Markdown files using Prettier and markdownlint-cli2.
md-lint is a specialized Claude Code skill designed to maintain high-quality, human-readable documentation by integrating industry-standard tools into the development workflow. It leverages Prettier for stylistic consistency and markdownlint-cli2 to enforce structural best practices across all .md files. The skill automatically handles repetitive formatting tasks and identifies complex syntax errors, offering auto-fix capabilities for most issues while prompting for manual intervention when necessary. It is particularly useful for ensuring that AI-generated documentation meets project-specific standards before being committed to a repository.
主な機能
01Integrated Prettier formatting for consistent Markdown styling
02Comprehensive linting via markdownlint-cli2 with custom configuration support
03Auto-fix functionality for common stylistic and structural errors
04Support for both repository-wide processing and individual file targeting
05Interactive manual-fix prompts for non-automated linting rules
060 GitHub stars
ユースケース
01Enforcing a unified documentation style across large open-source repositories
02Automating documentation cleanup as part of a pre-commit or CI/CD workflow
03Polishing AI-generated Markdown content to ensure it is production-ready