skills/smithery.ai/format-table

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

  1. Find the maximum content width in each column (including header)
  2. Add padding (minimum 1 space on each side)
  3. 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

Separator Row

Installs
2
First Seen
Mar 26, 2026
format-table from smithery.ai