Align messy Markdown tables and normalize their columns, or build a table from CSV. Use when the user says "fix my markdown table", "align this table", or "csv to markdown table".
---
name: markdown-table-formatter
description: Align messy Markdown tables and normalize their columns, or build a table from CSV. Use when the user says "fix my markdown table", "align this table", or "csv to markdown table".
license: MIT
metadata:
author: JustHandled Labs
version: 1.0.0
price: $0
credits: 0
triggers:
- fix my markdown table
- align this table
- csv to markdown table
---
# Markdown Table Formatter
Format GitHub-Flavored Markdown tables and convert simple CSV or TSV input into a Markdown table. This formatter changes spacing and alignment, not cell content.
## Workflow
1. Run scripts/format_markdown_table.py with a Markdown file or stdin.
2. Use --from-csv for CSV or TSV input.
3. Review stdout.
4. Write in place only with --write and --force.… install to load the full skill