cyberneticlibrary

Auto-format Markdown table alignment

md-table-formatterskillsetup L1381
majiayu000/claude-skill-registry
What it does

Auto-format Markdown tables after edits

Best for

Keep Markdown tables readable without manual formatting

Inputs
  • · .md/.mdx file with tables
Outputs
  • · aligned table with padded columns
Requires
  • · wcwidth Python package
Preconditions

Standard Markdown table syntax

Failure modes
  • · Unicode width estimation may be off for rare emoji combos
Trust signals
  • · Handles CJK and emoji widths correctly via wcwidth
  • · PostToolUse hook auto-triggers