
Deploy
- 104 installs
- 13 repo stars
- Updated December 18, 2025
- vercel/vercel-deploy-claude-code-plugin
Vercel deploy skill using vercel CLI for production and preview deployments.
About
Vercel deploy skill from the vercel-deploy Claude Code plugin. Checks vercel CLI installation and login with vercel --version and vercel whoami. Production deploy via vercel --prod and preview via vercel without flag. After deployment displays URL, build status, and mentions vercel logs for debugging failures. Triggers on deploy, deploy to Vercel, push to production, deploy my app, or go live phrases.
- vercel --prod for production and vercel for preview deploys
- Prerequisite checks: vercel --version and vercel whoami
- Install via npm install -g vercel if missing
- Post-deploy URL and build status display
- Mentions vercel logs for deployment debugging
Deploy by the numbers
- 104 all-time installs (skills.sh)
- +2 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #542 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
- Data as of Jul 27, 2026 (Skillselion catalog sync)
deploy capabilities & compatibility
- Capabilities
- deploy production · deploy preview · check vercel prerequisites
- Works with
- vercel
- Use cases
- devops · ci cd
- Runs
- Hosted SaaS
What deploy says it does
Deploy applications to Vercel.
vercel --prod
npx skills add https://github.com/vercel/vercel-deploy-claude-code-plugin --skill deployAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 104 |
|---|---|
| repo stars | ★ 13 |
| Last updated | December 18, 2025 |
| Repository | vercel/vercel-deploy-claude-code-plugin ↗ |
How do I deploy my app to Vercel?
Deploy applications to Vercel production or preview using vercel CLI with prerequisite checks and post-deploy URL display.
Who is it for?
Developers deploying to Vercel production or preview from Claude Code plugin.
Skip if: Vercel Connect OAuth or emulate local API testing.
When should I use this skill?
User says deploy, deploy to Vercel, push to production, or go live.
What you get
Application deployed with URL displayed and build status confirmed.
Files
Deploy to Vercel
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
Related skills
FAQ
Production vs preview command?
vercel --prod for production; vercel without flag for preview.
What if vercel is not installed?
Run npm install -g vercel then vercel login.
How to debug failed deploy?
Use vercel logs with the deployment URL.