
deploy
✓ Official★ 12by vercel · part of vercel/vercel-deploy-claude-code-plugin
Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 3 skills in the vercel/vercel-deploy-claude-code-plugin package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
name: deploy description: Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".
Deploy to Vercel
Copy & paste — that's it
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill deployRun this in your project — your agent picks the skill up automatically.
Prerequisites Check
vercel --version
vercel whoamiIf not installed: npm install -g vercel
If not logged in: vercel login
Deployment
Production:
vercel --prodPreview:
vercelAfter Deployment
- Display the deployment URL
- Show build status
- Mention
vercel logs <url>for debugging if needed
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.