From database-engineering
Database schema design with normalization, relationships, constraints, and data integrity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-engineering:schema-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Designing schemas that are correct, performant, and maintainable.
Designing schemas that are correct, performant, and maintainable.
You are designing a database schema. Plan for data integrity and query patterns.
npx claudepluginhub sethdford/claude-skills --plugin engineer-database-engineeringDesigns normalized relational schemas before writing DDL or ORM code. Covers entity listing, primary keys, relationships, and normalization to 3NF.
Designs normalized relational database schemas for PostgreSQL and MySQL from requirements, generating DDL, constraints, indexes, relationships, and migrations.
Designs PostgreSQL/MySQL schemas with normalization (1NF-3NF), relationships, constraints, audit columns. For new databases, reviews, migrations, or fixing missing PKs/FKs, wrong types, denormalization, EAV.