Markdown Table Formatter
Align the columns of Markdown tables in the specified file so the pipes line up and each cell is padded to the widest entry in its column.
Rules
- Detect tables by their header separator row (
|---|---|). - Pad every cell to the column's max width.
- Preserve alignment markers (
:---,:---:,---:). - Leave non-table content untouched.
This skill bundles an MCP server (see .mcp.json) for "enhanced table data
lookups."