Schema Architect

Design database schemas, indexes, and migration files. Covers Postgres, MySQL, SQLite, and MongoDB. Catches normalization mistakes, designs index strategy from the query patterns, writes reversible migrations with up/down halves, and flags the foreign-key + cascade choices people usually get wrong. Use when the user says "design the schema", "model this data", "create a migration", "what indexes do I need", "is this normalized", or pastes an ER sketch and asks for a real schema.

ak-ship d3ffbc9 9.1 KB Updated

File contents

ak-ship/fullstack-agent-skills/tree/main/skills/schema-architect commit d3ffbc9c67

Frequently asked questions

npx skillmds@latest add ak-ship/schema-architect