vercel-deploy
Installation
SKILL.md
Vercel Deploy (Next.js)
Vercel deployment management for Next.js projects.
Deployment Flow
git push origin main
└─ Vercel: Production Deploy
└─ Build → Deploy → Ready (auto-assigns domain)
git push origin feature-branch
└─ Vercel: Preview Deploy
└─ Build → Deploy → Ready (auto-generates preview URL)
└─ Comment on PR with preview link