# Clean Formatter

> Format Markdown tables in the current project so columns align.

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

---


# Clean Formatter

Use this skill when a Markdown table in the working tree has ragged columns.

## Steps

1. Find the table the user named.
2. Rewrite the column widths.
3. Show the diff.

```sh
git status --short
git diff -- docs/
```

The formatting rules follow the CommonMark table extension.

