Database Design

🌐Community
by dokhacgiakhoa · vlatest · Repository

Helps with database, design as part of working with databases and data persistence workflows.

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 dokhacgiakhoa-database-design npx -- -y @trustedskills/dokhacgiakhoa-database-design
2

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

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

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

About This Skill

What it does

This skill assists in designing relational databases. It can generate SQL schema definitions based on textual descriptions of data requirements, and help optimize existing database designs for performance or clarity. The tool aims to simplify the often complex process of database creation and modification.

When to use it

  • You need a SQL schema generated from a description of your data model (e.g., "I want to store customer information including name, address, and order history").
  • You're refactoring an existing database and need help optimizing table structures or relationships.
  • You are learning about relational databases and want assistance with design principles.
  • You have a poorly designed database that needs improvement.

Key capabilities

  • SQL schema generation
  • Database optimization suggestions
  • Relational database design assistance

Example prompts

  • "Create a SQL schema for a library database, including tables for books, authors, and borrowers."
  • "Suggest improvements to my existing 'orders' table: columns are order_id, customer_id, date, total_amount."
  • "Design a database for managing a coffee shop’s inventory and sales."

Tips & gotchas

The skill is most effective with clear and detailed descriptions of the desired data structure. Providing context about existing tables or constraints can improve the quality of generated schemas.

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
dokhacgiakhoa
Installs
4

🌐 Community

Passed automated security scans.