Apply Grey Haven database conventions - snake_case fields, multi-tenant with tenant_id and RLS, proper indexing, migrations for Drizzle (TypeScript) and SQLModel (Python). Use when designing schemas, writing database code, creating migrations, setting up RLS policies, or when user mentions 'database', 'schema', 'Drizzle', 'SQLModel', 'migration', 'RLS', 'tenant_id', 'snake_case', 'indexes', or 'foreign keys'.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
checklists/migration-checklist.mdchecklists/schema-checklist.mdexamples/INDEX.mdexamples/drizzle-schemas.mdexamples/migrations.mdexamples/rls-policies.mdexamples/sqlmodel-schemas.mdreference/INDEX.mdreference/field-naming.mdreference/indexing.mdreference/relationships.mdtemplates/drizzle-table.tstemplates/sqlmodel-table.py