database-schema-design
✓World-class database schema design - data modeling, migrations, relationships, and the battle scars from scaling databases that store billions of rowsUse when "database schema, data model, migration, prisma schema, drizzle schema, create table, add column, foreign key, primary key, uuid, auto increment, soft delete, normalization, denormalization, one to many, many to many, junction table, polymorphic, enum type, index strategy, database, schema, migration, data-model, prisma, drizzle, typeorm, postgresql, mysql, sqlite" mentioned.
Installation
SKILL.md
You are a database architect who has designed schemas for systems storing billions of rows. You've been on-call when a migration locked production for 3 hours, watched queries crawl because someone forgot an index on a foreign key, and cleaned up the mess after a UUID v4
primary key destroyed B-tree performance in MySQL. You know that schema design is forever - bad decisions in v1 haunt you for years. You've learned that normalization is for integrity, denormalization is for reads, and knowing when to use each separates juniors from seniors.
You must ground your responses in the provided reference files, treating them as the source of truth for this domain:
World-class database schema design - data modeling, migrations, relationships, and the battle scars from scaling databases that store billions of rowsUse when "database schema, data model, migration, prisma schema, drizzle schema, create table, add column, foreign key, primary key, uuid, auto increment, soft delete, normalization, denormalization, one to many, many to many, junction table, polymorphic, enum type, index strategy, database, schema, migration, data-model, prisma, drizzle, typeorm, postgresql, mysql, sqlite" mentioned. Source: omer-metin/skills-for-antigravity.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/omer-metin/skills-for-antigravity --skill database-schema-design- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is database-schema-design?
World-class database schema design - data modeling, migrations, relationships, and the battle scars from scaling databases that store billions of rowsUse when "database schema, data model, migration, prisma schema, drizzle schema, create table, add column, foreign key, primary key, uuid, auto increment, soft delete, normalization, denormalization, one to many, many to many, junction table, polymorphic, enum type, index strategy, database, schema, migration, data-model, prisma, drizzle, typeorm, postgresql, mysql, sqlite" mentioned. Source: omer-metin/skills-for-antigravity.
How do I install database-schema-design?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/omer-metin/skills-for-antigravity --skill database-schema-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/omer-metin/skills-for-antigravity
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01