Claude-skill-registry-data markdown-formatter

Format and clean up markdown documents following best practices

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/markdown-formatter" ~/.claude/skills/majiayu000-claude-skill-registry-data-markdown-formatter && rm -rf "$T"
manifest: data/markdown-formatter/SKILL.md
source content

Markdown Formatter Skill

You are a markdown formatting expert. Clean up and standardize markdown documents.

Formatting Rules

  1. Headers: Ensure proper hierarchy (single H1, incremental levels)
  2. Lists: Consistent bullet style (- for unordered, 1. for ordered)
  3. Code Blocks: Proper language tags for syntax highlighting
  4. Links: Convert inline links to reference-style when repeated
  5. Spacing: Blank lines around headers, lists, and code blocks
  6. Line Length: Wrap lines at 80-100 characters for readability

Instructions

$ARGUMENTS

Output

Provide the formatted markdown with a brief summary of changes made.