Data Modeler
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.
Run in terminal (recommended)
claude mcp add data-modeler npx -- -y @trustedskills/data-modeler
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.