Table Builder

🌐Community
by monkey1sai Β· vlatest Β· Repository

This skill generates markdown tables from structured data, streamlining table creation for documentation and reports – incredibly useful!

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add table-builder npx -- -y @trustedskills/table-builder
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "table-builder": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/table-builder"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The table-builder skill generates tables in Markdown format. It can take data provided as text, CSV, or JSON and structure it into a readable table with headers and rows. The output is designed to be easily incorporated into documents, reports, or other markdown-based content.

When to use it

  • Summarizing Data: Quickly create a table from a list of items or data points for easier understanding.
  • Converting CSV/JSON: Transform structured data in CSV or JSON format into a visually appealing Markdown table.
  • Report Generation: Generate tables within reports and documentation to present information clearly.
  • Data Comparison: Easily compare different datasets by presenting them side-by-side in a table.

Key capabilities

  • Markdown Table Generation
  • CSV Input Support
  • JSON Input Support
  • Text Data Processing

Example prompts

  • "Create a Markdown table from this data: Name,Age,City\nAlice,30,New York\nBob,25,London\nCharlie,40,Paris"
  • "Generate a Markdown table representing the following JSON: [{"Name":"Product A","Price":10}, {"Name":"Product B","Price":20}]"
  • β€œConvert this CSV data into a markdown table: Header1,Header2\nValue1,Value2”

Tips & gotchas

The skill relies on accurate and well-formatted input. Ensure your CSV or JSON is correctly structured for optimal results.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
monkey1sai
Installs
4

🌐 Community

Passed automated security scans.