Database Design
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.
Run in terminal (recommended)
claude mcp add dauquangthanh-database-design npx -- -y @trustedskills/dauquangthanh-database-design
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dauquangthanh-database-design": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dauquangthanh-database-design"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill assists in designing relational databases. It can generate SQL schemas based on textual descriptions of data requirements, ensuring proper relationships and data types are defined. The tool aims to streamline the database creation process by translating natural language into structured database designs.
When to use it
- You need a database schema for a new application or project.
- You have a description of data entities and their relationships but lack experience in designing relational databases.
- You want to quickly prototype different database structures before committing to a final design.
- You are refactoring an existing database and require assistance in optimizing the structure.
Key capabilities
- Generates SQL schemas from textual descriptions.
- Defines relationships between data entities (one-to-many, many-to-many).
- Suggests appropriate data types for columns.
Example prompts
- "Create a database schema for an online bookstore with tables for books, authors, and customers."
- "Design a database to track student enrollment in courses, including information about students, courses, and instructors."
- “I need a database design for managing inventory of products in a retail store.”
Tips & gotchas
The quality of the generated schema depends heavily on the clarity and completeness of the input description. Providing detailed information about data entities and their relationships 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.