Refactor Table Alignment

🌐Community
by cxyliuy · vlatest · Repository

Automatically adjusts database table schemas to optimize query performance and data alignment based on usage patterns.

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 refactor-table-alignment npx -- -y @trustedskills/refactor-table-alignment
2

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

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

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

About This Skill

What it does

This skill refactors HTML tables to improve their visual alignment and structure. It automatically adjusts table cell padding, margins, and borders for consistent presentation across different browsers and screen sizes. The goal is to create more readable and aesthetically pleasing tables within web pages.

When to use it

  • You have a website with poorly aligned or inconsistently styled HTML tables.
  • A client requests you improve the visual appearance of existing tabular data displays.
  • You're building a new web application that requires well-formatted, visually appealing tables.
  • You want to ensure table alignment is consistent across various devices and browsers.

Key capabilities

  • Automatic adjustment of cell padding
  • Margin adjustments for better spacing
  • Border styling for visual clarity
  • Cross-browser compatibility

Example prompts

  • "Refactor the HTML table in this file to improve its alignment."
  • "Please adjust the margins and padding on all tables within this webpage."
  • "Make sure the borders of this table are consistent across different browsers."

Tips & gotchas

The skill requires access to the underlying HTML code of the table. It's best suited for situations where you have control over the website’s source files or can modify them.

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
cxyliuy
Installs
2

🌐 Community

Passed automated security scans.