vercel

deploy

Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".

vercel 13 4 Updated 5mo ago
GitHub

Install

npx skillscat add vercel/vercel-deploy-claude-code-plugin/deploy

Install via the SkillsCat registry.

SKILL.md

Deploy to Vercel

Prerequisites Check

vercel --version
vercel whoami

If not installed: npm install -g vercel
If not logged in: vercel login

Deployment

Production:

vercel --prod

Preview:

vercel

After Deployment

  • Display the deployment URL
  • Show build status
  • Mention vercel logs <url> for debugging if needed

Categories