Skip to main content
vercel

vercel

by vercelv1.0.0

Deploy applications to Vercel with deployment monitoring, log analysis, and error detection

Installation guide →
3 skillsMIT GitHub

Commands

deploy

Deploy the current project to Vercel

logs

View deployment logs from Vercel

setup

Set 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