format-markdown-table

Generate markdown tables from headers and rows with column alignments.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RussianLioN/moltinger --skill format-markdown-table-russianlion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: format-markdown-table
Source: https://github.com/RussianLioN/moltinger/tree/main/.claude/skills/format-markdown-table
Command: npx skills add https://github.com/RussianLioN/moltinger --skill format-markdown-table-russianlion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of well-formatted markdown tables, ensuring consistent alignment and spacing for clear data presentation.

Core Features & Use Cases

  • Data Presentation: Generate professional-looking tables for reports, statistics, and comparisons.
  • Automated Formatting: Handles header and row formatting, including alignment and padding.
  • Use Case: Quickly turn raw data into a readable markdown table for your project documentation or a status report.

Quick Start

Use the format-markdown-table skill to create a table with headers 'Name', 'Age', 'City' and rows [['Alice', 30, 'New York'], ['Bob', 25, 'Boston']].

Frequently Asked Questions about format-markdown-table

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

FAQPage Schema
How do I create a markdown table with specific column alignments?

To create an aligned markdown table, supply headers and rows along with optional left, center, or right alignment parameters. The skill automatically handles justification, spacing, and padding to ensure consistent formatting and readability across various data types.

What is the best way to format raw data into a readable markdown table for documentation?

Formatting raw data into a markdown table requires defining headers and row arrays. The skill processes this input to generate professional-looking tables with automated padding and alignment, which is ideal for project documentation or status reports.

How does a markdown table generator handle mismatched columns or empty inputs?

A markdown table generator handles mismatched columns or empty inputs through built-in error handling. This ensures the formatting process validates the provided headers and rows before generating the final table structure, preventing broken layouts.

Can I use automated markdown table formatting for different data types in reports?

You can use automated markdown table formatting for various data types in reports. The skill accepts mixed data within rows and applies consistent spacing and justification to produce clear data presentations for statistics or comparisons.

When do I need to specify alignment parameters when generating markdown tables?

You need to specify alignment parameters when your markdown table requires left, center, or right justification for specific columns. Providing these parameters ensures the generated table meets your exact presentation and readability requirements.