Database Conventions

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'.

greyhaven-ai Updated

File contents

greyhaven-ai/claude-code-config/tree/main/grey-haven-plugins/data-quality/skills/database-conventions commit 3e17939364

Frequently asked questions

npx skillmds@latest add greyhaven-ai-claude-code-config/database-conventions