This one cuts through the noise of blindly reaching for PostgreSQL every time. It walks you through database selection (PostgreSQL vs Neon vs Turso vs SQLite), ORM tradeoffs (Drizzle vs Prisma vs Kysely), schema design fundamentals, and indexing strategy. The focus is on context-driven decisions rather than cargo-culting patterns. Covers the essentials like avoiding N+1 queries, planning migrations for serverless databases, and knowing when SQLite is actually the right call. The "learn to think, not copy SQL patterns" framing is honest about what matters. Good for when you need to design a schema from scratch or evaluate whether your stack actually fits your deployment model.
npx skills add https://github.com/davila7/claude-code-templates --skill database-design