Markdown Formatter

Formats markdown files to a consistent style

AgentPostmortem 8cf9eb2 477 B Updated

File contents

Markdown Formatter

This skill formats markdown files. It reads a file, normalizes headings and list markers, wraps long lines, and returns the result.

Usage

Point it at a .md file and it returns the formatted text. It works purely on the text you give it and produces a formatted copy.

Notes

The formatter is deterministic: the same input always yields the same output.

AgentPostmortem/Skill-audit/tree/main/test/fixtures/clean-skill commit 8cf9eb25e8

Frequently asked questions

npx skillmds@latest add agentpostmortem/markdown-formatter