Data Design
Helps with data, design as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add data-design npx -- -y @trustedskills/data-design
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"data-design": {
"command": "npx",
"args": [
"-y",
"@trustedskills/data-design"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to design and structure data models, including defining entities, attributes, relationships, and constraints. It can generate database schemas based on textual descriptions of requirements or existing data formats. The agent can also optimize data designs for performance and scalability.
When to use it
- Designing a new relational database schema from scratch based on business requirements.
- Converting an existing data format (like JSON) into a structured database table design.
- Optimizing an existing database schema for improved query performance.
- Generating Entity-Relationship Diagrams (ERDs) to visualize the data model.
Key capabilities
- Entity definition and attribute specification
- Relationship modeling (one-to-many, many-to-many)
- Constraint definition (primary keys, foreign keys, unique constraints)
- Database schema generation (SQL DDL)
- ERD visualization
Example prompts
- "Design a database schema for an online bookstore, including tables for books, authors, and customers."
- "Convert this JSON data into a relational database table design: [JSON data]"
- "Generate an ERD representing the relationships between students, courses, and instructors."
Tips & gotchas
The quality of the generated schema depends heavily on the clarity and completeness of the input requirements. Providing detailed descriptions or example data 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.