Data Modeler

🌐Community
by matteocervelli · vlatest · Repository

Automatically generates relational database schemas from unstructured data descriptions, optimizing for efficiency and clarity.

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 data-modeler npx -- -y @trustedskills/data-modeler
2

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

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

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

About This Skill

What it does

The data-modeler skill allows AI agents to design and define database schemas. It can generate table structures, including column names, data types, and relationships between tables based on textual descriptions of the desired data organization. This facilitates efficient data storage and retrieval for various applications.

When to use it

  • Designing a new application: Define the database schema upfront before development begins.
  • Refactoring an existing database: Generate updated schemas based on evolving requirements.
  • Data migration projects: Create target database structures for migrating data from one system to another.
  • Prototyping and experimentation: Quickly explore different database designs without manual coding.

Key capabilities

  • Generates table schemas from natural language descriptions.
  • Defines column names, data types, and constraints.
  • Establishes relationships between tables (e.g., foreign keys).

Example prompts

  • "Create a database schema for managing customer orders, including customers, products, and order details."
  • "Design a table to store book information with fields for title, author, ISBN, and publication date."
  • “Generate a relational model for tracking employee attendance.”

Tips & gotchas

The quality of the generated schema depends heavily on the clarity and completeness of the input description. Providing detailed requirements will yield better 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
matteocervelli
Installs
12

🌐 Community

Passed automated security scans.