Database Schema Designer

🌐Community
by nahisaho · vlatest · Repository

Helps with database, schema 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 nahisaho-database-schema-designer npx -- -y @trustedskills/nahisaho-database-schema-designer
2

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

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

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

About This Skill

What it does

This skill designs relational database schemas based on textual descriptions. It can generate SQL CREATE TABLE statements, including column names, data types, and constraints (like primary keys and foreign keys). The schema design aims to accurately reflect the relationships described in the input text.

When to use it

  • You need a database for a new application but don't want to spend time designing the schema manually.
  • You have a textual description of data requirements and want to quickly translate them into a database structure.
  • You are prototyping an application and need a basic database schema to get started.
  • You’re refactoring existing data structures and require assistance in creating updated schemas.

Key capabilities

  • Generates CREATE TABLE SQL statements.
  • Defines column names and data types.
  • Creates primary key constraints.
  • Establishes foreign key relationships between tables.

Example prompts

  • "Design a database schema for an online bookstore, with tables for books, authors, and customers."
  • “Create a relational database schema to store information about students, courses, and enrollments.”
  • "Generate a database schema for managing a library's collection of books, members, and loan records."

Tips & gotchas

The quality of the generated schema depends heavily on the clarity and completeness of the input description. Be as specific as possible when describing the data entities and their relationships.

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

🌐 Community

Passed automated security scans.