Markdown table formatter
Skill justhandledlabs/skills/skills/markdown-table-formatter
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".From its SKILL.md
npx -y skills add justhandledlabs/skills --skill markdown-table-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.2 KB, 172 tokens by cl100k_base, as published. Nobody here has run it
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
- Run scripts/format_markdown_table.py with a Markdown file or stdin.
- Use --from-csv for CSV or TSV input.
- Review stdout.
- Write in place only with --write and --force.
Guardrails
- Do not change cell content.
- Do not overwrite files without --force.
- Do not fetch remote input.
Verification
Run tests/test_markdown_table.py. Formatted output must match fixtures/expected/clean.md.
Commercial Terms
Price: $0 / 0 credits. Free commercial use for personal or internal team workflows. Do not resell or redistribute the package as-is.
What ships with it: 2 files
3.2 KB alongside SKILL.md, 1 of them executable
references/
- supported-options.md217 B
scripts/
- format_markdown_table.pyruns3.0 KB