Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
View on GitHubvercel/vercel-deploy-claude-code-plugin
vercel
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/main/skills/deploy/SKILL.md -a claude-code --skill deployInstallation paths:
.claude/skills/deploy/# Deploy to Vercel ## Prerequisites Check ```bash vercel --version vercel whoami ``` If not installed: `npm install -g vercel` If not logged in: `vercel login` ## Deployment **Production:** ```bash vercel --prod ``` **Preview:** ```bash vercel ``` ## After Deployment - Display the deployment URL - Show build status - Mention `vercel logs <url>` for debugging if needed