This handles the full Vercel deployment lifecycle, from basic Next.js deploys to edge functions, serverless configs, and their data primitives like KV and Postgres. You get vercel.json setup, ISR patterns, cron jobs, and environment management. The examples cover both Pages and App Router, which is helpful since the migration is still ongoing for a lot of projects. It's comprehensive enough that you won't need to context switch to docs for standard deployment tasks. The serverless function memory and duration configs are here, plus the auth pattern for cron jobs, which people always forget to secure properly.
npx skills add https://github.com/hoodini/ai-agents-skills --skill vercel