Database Design

🌐Community
by tencentblueking · 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 tencentblueking-database-design npx -- -y @trustedskills/tencentblueking-database-design
2

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

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

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

About This Skill

Database Design

What it does

This skill enables AI agents to generate comprehensive database schemas, including tables, columns, data types, and relationships. It supports creating both relational and non-relational structures tailored to specific application requirements.

When to use it

  • Initial Project Setup: Quickly scaffold a database structure for a new web or mobile application.
  • Schema Migration: Plan changes to existing databases by generating updated schema definitions.
  • Data Modeling: Define complex relationships between entities for enterprise-grade data systems.
  • Proof of Concept: Rapidly prototype data storage needs during the early stages of software development.

Key capabilities

  • Generates full database schemas with detailed table and column definitions.
  • Supports various data types suitable for different storage engines.
  • Defines primary keys, foreign keys, and other relational constraints.
  • Adapts output to both relational (SQL) and non-relational models.

Example prompts

  • "Create a database schema for an e-commerce platform with users, products, and orders."
  • "Design a NoSQL document structure for storing social media posts and comments."
  • "Generate a SQL table definition for a user authentication system including hashed passwords and session tokens."

Tips & gotchas

Ensure you specify the target database engine (e.g., PostgreSQL, MongoDB) when requesting a schema to receive optimized data types and syntax. Always review generated relationships carefully to prevent circular dependencies or orphaned records in production environments.

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
tencentblueking
Installs
39

🌐 Community

Passed automated security scans.