From vercel
Deploys apps to Vercel via CLI: checks vercel version/login, runs production (`vercel --prod`) or preview (`vercel`) deploys, displays URLs/build status/logs. For deploy requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vercel:deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
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 needednpx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin vercel-vercel-deploy-claude-code-pluginDeploys projects to Vercel as preview deployments, linking the project with git integration. Handles team selection and detects project state.
Guides Vercel CLI (vercel/vc) for deploying projects, linking repos, managing env vars/domains, viewing logs/metrics from command line. Activates on vercel commands or deployment queries.
Provides Vercel CLI reference for deploying frontend apps, managing serverless functions, domains, env vars, and debugging deployments. Triggers on vercel.json, .vercel dir, or VERCEL_TOKEN.