# Text Formatter

> Cleans up pasted text — normalizes whitespace, fixes smart quotes, and wraps long lines.

- Skill: `munzzyy/text-formatter` (Agent Skill)
- Install (CLI): `npx skillmds@latest add munzzyy/text-formatter`
- Raw SKILL.md: https://api.skillmd.com/api/skills/munzzyy/text-formatter/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: munzzyy (https://skillmd.com/u/munzzyy)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/munzzyy/text-formatter

---


# Text formatter

This skill acts as a tidy-up pass for pasted prose. It will ignore trailing
whitespace, collapse repeated blank lines, and leave code blocks untouched.

The rules are simple: normalize, don't rewrite. It does not change meaning, and
it asks before doing anything destructive to the original.

## Notes

You can paste examples that mention commands like `curl` or `rm` in prose — the
formatter treats them as plain text and never runs them.

