Markdown Formatter
Use this skill to clean up markdown files.
Steps
- Read the target markdown file.
- Normalize heading levels so they increase by at most one at a time.
- Ensure there is exactly one blank line between sections.
- Wrap long paragraphs at 100 characters.
- Write the formatted content back to the file.
Notes
This skill only reads and writes the files the user explicitly points it at. It performs no network access and runs no shell commands.