Database Architect
Designs, optimizes, and troubleshoots relational databases based on provided data schemas and performance requirements.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add omer-metin-database-architect npx -- -y @trustedskills/omer-metin-database-architect
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"omer-metin-database-architect": {
"command": "npx",
"args": [
"-y",
"@trustedskills/omer-metin-database-architect"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to design and architect database solutions. It can generate relational schemas, including tables, columns, data types, and relationships, based on given requirements. The agent is also capable of suggesting appropriate indexing strategies for optimal query performance.
When to use it
- You need a new database schema designed from scratch for an application.
- You want to optimize existing database queries by identifying missing indexes.
- You're migrating data between different database systems and require schema translation assistance.
- You’re exploring different database technologies (e.g., relational vs. NoSQL) and need guidance on selecting the best fit for a project.
Key capabilities
- Relational schema generation
- Table, column, and data type definition
- Relationship modeling (one-to-many, many-to-many)
- Indexing strategy recommendations
Example prompts
- "Design a database schema for an online bookstore."
- "Suggest indexes to improve the performance of this SQL query: [query text]"
- "What are the pros and cons of using PostgreSQL versus MySQL for a high-traffic e-commerce site?"
Tips & gotchas
The agent's output is based on its training data, so it’s helpful to provide clear and detailed requirements. Review generated schemas carefully as they may require adjustments based on specific application needs.
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.