Reformat Markdown files into a stable house style before review or migration
Runs mdformat to rewrite Markdown into a consistent CommonMark-oriented layout or check mode in CI. Use it when an agent needs deterministic Markdown diffs before review, migration, or bulk cleanup, not when it needs to generate new content or build a docs site.
Reformat Markdown files into a stable house style before review or migration
Runs mdformat to rewrite Markdown into a consistent CommonMark-oriented layout or check mode in CI. Use it when an agent needs deterministic Markdown diffs before review, migration, or bulk cleanup, not when it needs to generate new content or build a docs site.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/reformat-markdown-files-into-a-stable-house-style-before-review-or-migration/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/reformat-markdown-files-into-a-stable-house-style-before-review-or-migration
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/reformat-markdown-files-into-a-stable-house-style-before-review-or-migration.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.