This covers the essentials for deploying Next.js apps to Vercel without the usual headaches. It walks you through environment variable setup across dev, preview, and production, helps you pick between Edge and Serverless runtimes, and flags the sharp edges that'll bite you if you're not careful. The anti-patterns section is especially useful since it calls out common mistakes like exposing secrets with NEXT_PUBLIC_ or pointing preview deployments at your production database. Good for teams shipping to Vercel regularly who want to avoid the standard deployment gotchas and need quick reference for optimization patterns.
npx skills add https://github.com/davila7/claude-code-templates --skill vercel-deployment