Design Table Assistant

🌐Community
by api · vlatest · Repository

Generates structured tables from text descriptions, optimizing data presentation and clarity via API integration.

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 design-table-assistant npx -- -y @trustedskills/design-table-assistant
2

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

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

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

About This Skill

What it does

The Design Table Assistant skill helps you generate tables in various formats, including Markdown, HTML, and CSV. It can create tables from scratch based on your descriptions or refine existing table structures. This tool is particularly useful for organizing data and presenting information clearly within documents or web pages.

When to use it

  • You need to quickly format a list of data into a readable table for a report.
  • You want to convert raw data into a Markdown table for documentation.
  • You're building a website and require HTML tables for displaying structured information.
  • You have existing tabular data that needs to be exported in CSV format.

Key capabilities

  • Generates tables from textual descriptions.
  • Supports multiple output formats: Markdown, HTML, and CSV.
  • Refines existing table structures based on instructions.

Example prompts

  • "Create a markdown table with columns for 'Name', 'Age', and 'City' and rows for John (25, New York), Jane (30, London)."
  • "Generate an HTML table showing the top 5 sales figures for each quarter."
  • “Convert this data into a CSV file: Product A, 10; Product B, 5; Product C, 12.”

Tips & gotchas

The skill's output quality depends on the clarity and detail of your instructions. Providing specific column names and row data will yield more accurate 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
api
Installs
4

🌐 Community

Passed automated security scans.