format-table
Installation
SKILL.md
Markdown Table Formatting Skill
This skill formats markdown tables with fixed-width columns for consistent alignment and readability.
Table Format Rules
Column Width Calculation
- Find the maximum content width in each column (including header)
- Add padding (minimum 1 space on each side)
- Apply consistent width to all cells in that column
Alignment
- Left-aligned (default):
| content |with space padding on right - Right-aligned:
:---becomes---:in separator - Center-aligned:
:---:in separator