Database Schema Designer
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.
Run in terminal (recommended)
claude mcp add yonatangross-database-schema-designer npx -- -y @trustedskills/yonatangross-database-schema-designer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yonatangross-database-schema-designer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yonatangross-database-schema-designer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill designs database schemas based on natural language descriptions. It can generate table structures, define data types for columns, and establish relationships between tables. The output is a structured representation of the schema suitable for implementation in various database systems.
When to use it
- You need to quickly prototype a database structure for a new application.
- You have a complex business requirement that needs to be translated into a relational database design.
- You want to explore different database modeling options based on a textual description of the data.
- You're refactoring an existing database and need help visualizing or documenting its structure.
Key capabilities
- Generates table schemas from natural language descriptions.
- Defines column names and data types.
- Establishes relationships (foreign keys) between tables.
Example prompts
- "Design a database schema for an online bookstore, including tables for books, authors, and customers."
- “Create a relational database schema to manage student enrollment in courses.”
- "I need a database design for tracking inventory of a retail store; include products, categories, and suppliers."
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 your data requirements to get the best 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.