This handles Neon and Vercel's serverless Postgres implementations, both of which work over HTTP instead of TCP so they run in edge environments like Cloudflare Workers. The skill covers 15 common errors (connection pool exhaustion, SSL config issues, the classic mistake of using non-pooled connections in serverless), walks through Drizzle and Prisma integration, and includes patterns for database branching which lets you spin up isolated databases per preview deployment. The main value is preventing the pooling mistakes that kill serverless Postgres apps and knowing when to use Neon direct versus Vercel's wrapper. Includes actual migration examples and a troubleshooting guide that assumes you're debugging at 2am.
npx skills add https://github.com/secondsky/claude-skills --skill neon-vercel-postgres