Skip to main content

database-design

Stars10
Forks1
UpdatedJune 5, 2026 at 16:11

Database design and schema engineering for relational databases. Use for SQL schema design, ORM model authoring, migration strategies (Alembic, Liquibase, Flyway, Drizzle), query optimisation, indexing decisions, normalisation vs denormalisation trade-offs, and data-integrity constraints. Trigger phrases: "design this schema", "write a migration", "optimise this query", "model these entities", "add an index". NOT for NoSQL/document stores โ€” use a dedicated NoSQL skill for those. NOT for ETL pipelines or data warehousing at scale โ€” those involve different trade-offs. NOT for ORM configuration (framework setup) โ€” this skill is about DATA SHAPE, not connection pooling or ORM bootstrap.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
3 files
SKILL.md
readonly