This covers the practical stuff for working with Neon's serverless Postgres: how to set up Prisma with both pooled and direct connections (you need both because migrations won't work through the pooler), configuring Drizzle with either the HTTP or WebSocket driver depending on whether you need transactions, and understanding PgBouncer's 10K connection limit. The patterns are solid and specific about when to use what. The sharp edges table exists but is just placeholder text, so you're on your own for gotchas. If you're deploying Postgres in a serverless context or want to use database branching for preview environments, this gets you oriented quickly.
npx skills add https://github.com/davila7/claude-code-templates --skill neon-postgres