Table Builder
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.
Run in terminal (recommended)
claude mcp add table-builder npx -- -y @trustedskills/table-builder
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.