
from flowmark66
A conservative Markdown auto-formatter that normalizes typography, cleans up LLM-generated Markdown, and optionally applies semantic line breaks for small, read
Flowmark automatically formats Markdown files to consistent typographic and structural standards. It performs smart-quote replacement, ellipsis normalization, optional semantic (sentence-based) line breaks, and preserves code blocks and inline code. The tool is conservative by design so it can be safely run on repo content to keep commit diffs small and readable.
Run Flowmark when preparing Markdown for commits, cleaning up LLM-generated content, or enforcing typography rules across a codebase. CLI usage supports single-file formatting, whole-tree runs respecting .gitignore, and preview mode to stdout. Triggers: mentions of flowmark, formatting Markdown, or requests to normalize typographic punctuation.
flowmark CLI (has_scripts=false in this SKILL.md extract)flowmark --docs and flowmark --helpflowmark --auto FILE, flowmark --auto .), recommended Rust port or Python fallback, and configuration notes.Works with agents that can call local CLIs or run shell commands (Copilot/Code assistants, Cursor). It's most valuable where automated formatting on-save or in CI is available.
This skill has not been reviewed by our automated audit pipeline yet.