Database Schema Designer
Installation
SKILL.md
Purpose & When-To-Use
Use this skill when you need to:
- Design a new database schema from business requirements
- Refactor an existing schema for better normalization or performance
- Plan a migration strategy between schema versions
- Optimize database structure for specific access patterns
- Choose appropriate data types, indexes, and constraints
Skip this skill if you only need query optimization (use database-optimization-analyzer) or simple CRUD operations.