This gets you up and running with Neon's serverless Postgres and Drizzle ORM in a Next.js app, with connection pooling configured properly for Vercel's serverless environment. You'd reach for this when spinning up a new project that needs a database without the overhead of managing connections or dealing with serverless timeout issues. The recipe lives in the fullstackrecipes MCP server, which means Claude can pull in the exact setup steps without you hunting through docs. It's a straightforward automation of what's otherwise a tedious copy-paste-configure process that you'd have to do manually from multiple sources.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill neon-drizzle-setup