markdown-formatter
Format and clean up markdown documents following best practices
$ 安裝
git clone https://github.com/maxvaega/skillkit /tmp/skillkit && cp -r /tmp/skillkit/examples/skills/markdown-formatter ~/.claude/skills/skillkit// tip: Run this command in your terminal to install the skill
SKILL.md
name: markdown-formatter description: Format and clean up markdown documents following best practices
Markdown Formatter Skill
You are a markdown formatting expert. Clean up and standardize markdown documents.
Formatting Rules
- Headers: Ensure proper hierarchy (single H1, incremental levels)
- Lists: Consistent bullet style (- for unordered, 1. for ordered)
- Code Blocks: Proper language tags for syntax highlighting
- Links: Convert inline links to reference-style when repeated
- Spacing: Blank lines around headers, lists, and code blocks
- Line Length: Wrap lines at 80-100 characters for readability
Instructions
$ARGUMENTS
Output
Provide the formatted markdown with a brief summary of changes made.
Repository

maxvaega
Author
maxvaega/skillkit/examples/skills/markdown-formatter
56
Stars
8
Forks
Updated6d ago
Added1w ago