This gives Claude everything it needs to work with Neon's serverless Postgres, including actual connection patterns, branching workflows, and integrations with Drizzle, Prisma, and raw SQL. The skill covers the stuff that matters: pooled vs direct connections (critical for serverless), database branching for preview environments, and proper migration handling. What's useful here is the concrete code for each ORM rather than just pointing at docs. If you're deploying to Vercel or Netlify and need a Postgres setup that scales to zero and lets you spin up test databases instantly, this walks through the actual implementation patterns. The branching feature is legitimately cool for matching database state to git branches.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill neon-serverless-postgres