This gets you type-safe PostgreSQL with Drizzle ORM without the usual pitfalls. It covers schema design, relational queries, and migrations with drizzle-kit, plus specific fixes for common performance problems like N+1 queries and missing indexes on foreign keys. The decision trees are genuinely helpful when you're staring at a slow query or trying to figure out which drizzle-kit command to run. It assumes PostgreSQL 18 and pushes you toward connection pooling and the relational query API instead of raw SQL everywhere. Good if you want guardrails around database code that actually prevent the mistakes that show up in production.
npx skills add https://github.com/ccheney/robust-skills --skill postgres-drizzle