vercel
by vercelv1.0.0
Deploy applications to Vercel with deployment monitoring, log analysis, and error detection
Commands
deployDeploy the current project to Vercel
logsView deployment logs from Vercel
setupSet up Vercel CLI and configure the project
Documentation
# Vercel Deploy Plugin for Claude Code Deploy to Vercel directly from Claude Code. ## Installation ```bash /plugin install vercel@claude-plugins-official ``` ## Prerequisites - [Vercel CLI](https://vercel.com/docs/cli) (`npm install -g vercel`) - Vercel account (`vercel login`) ## Commands | Command | Description | |---------|-------------| | `/deploy` | Deploy to production | | `/vercel-logs` | View deployment logs | | `/vercel-setup` | Set up Vercel CLI and project | ## Skills Skills are auto-invoked based on context: - **deploy** - "deploy my app", "push to production" - **vercel-logs** - "show logs", "check deployment logs" - **vercel-setup** - "set up Vercel", "configure Vercel" ## License MIT