format-markdown-table

Generate markdown tables with column alignment and spacing from data.

243|40|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill format-markdown-table
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: format-markdown-table
Source: https://github.com/maslennikov-ig/claude-code-orchestrator-kit/tree/main/.claude/skills/format-markdown-table
Command: npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill format-markdown-table

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill formats data into well-aligned Markdown tables suitable for reports and dashboards.

Core Features & Use Cases

  • Dynamic column width: Aligns content with padding for readability.
  • Custom alignment: Supports left, center, and right alignment per column.
  • Checksum-ready output: Produces tabular data ready for inclusion in docs.

Quick Start

Render a 2x3 table with headers and alignment.

Frequently Asked Questions about format-markdown-table

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format markdown tables with proper alignment and column spacing?

Markdown table formatting requires computing column widths from headers and cell values, then applying left, center, or right alignment per column with proper padding. This Skill generates well-aligned tables by calculating dimensions dynamically and rendering header, separator, and data rows with consistent spacing for readable output in reports and dashboards.

Can I create markdown tables with different alignment for each column?

Yes. This Skill supports per-column alignment settings, allowing you to specify left, center, or right alignment independently for each column while maintaining consistent padding and column width calculations across the entire table.

What's the best way to generate comparison tables for reports from raw data?

Structure your data with headers and rows, define alignment preferences per column, and pass them to generate markdown tables. The Skill computes optimal column widths, applies your alignment choices, and produces checksum-ready tabular output suitable for documentation and metric dashboards.

Does markdown table formatting handle mismatched column counts or empty data?

The Skill validates inputs and handles errors such as empty headers, mismatched column counts between rows, or empty row sets. Proper error handling ensures consistent table rendering and prevents malformed markdown output in your reports.

Why should I use dynamic column width calculation instead of fixed spacing?

Dynamic width calculation adjusts padding based on the longest header and cell values in each column, ensuring readability without excess whitespace and maintaining proper alignment across varied data sizes, which is critical for report aesthetics and data clarity.

Can I use markdown tables for statistics summaries and metric dashboards?

Yes. This Skill is designed for report statistics tables, comparison tables, and summary data presentations with metric dashboards, producing well-aligned markdown output ready for inclusion in documentation and reports.