Fix Markdown

Community

Clean, standardize, and perfect your Markdown.

Authornickromney
Version1.0.0
Installs0

System Documentation

What problem does it solve?

AI-generated markdown often contains excessive emojis, inconsistent headings, and fails linting standards. This skill automates the cleanup and standardization of markdown files, ensuring your documentation is professional, consistent, and compliant with best practices.

Core Features & Use Cases

  • Automated Cleanup: Remove excessive emojis, fix duplicate H1 headings, convert bold text to proper headings, and standardize ordered lists (MD029).
  • Markdownlint Integration: Automatically fixes common markdownlint issues (MD025, MD029, MD045) and generates detailed reports for remaining problems.
  • Pre-commit Hooks: Set up Git pre-commit hooks to prevent future markdown quality issues and emoji usage before they enter your codebase.
  • Use Case: You've just generated a large documentation set using an AI, and it's full of emojis and inconsistent formatting. Use this skill to instantly clean and standardize all files, making them ready for publication or review.

Quick Start

Fix all markdown issues in the 'documentation/' directory, removing emojis and standardizing headings.

Dependency Matrix

Required Modules

markdownlint-cli2uv

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Fix Markdown
Download link: https://github.com/nickromney/n-dotfiles/archive/main.zip#fix-markdown

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository