Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
This skill inherits all available tools. When active, it can use any tool Claude has access to.
vercel --version
vercel whoami
If not installed: npm install -g vercel
If not logged in: vercel login
Production:
vercel --prod
Preview:
vercel
vercel logs <url> for debugging if needed