deploy

Deploy applications to Vercel. Use when the user says "deploy", "deploy to Vercel", "push to production", "deploy my app", or "go live".

vercel/vercel-deploy-claude-code-plugin87 installsMITSynced Aug 25

Works with

Claude CodeCursorCodex CLIGitHub CopilotGemini CLI

Agent Skills format with YAML frontmatter. Claude Code reads it as-is.

---
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\"."
license: "MIT"
---

# Deploy to Vercel

## Prerequisites Check

```bash
vercel --version
vercel whoami
```

If not installed: `npm install -g vercel`
If not logged in: `vercel login`

## Deployment

**Production:**
```bash
vercel --prod
```

**Preview:**
```bash
vercel
```

## After Deployment

- Display the deployment URL
- Show build status
- Mention `vercel logs <url>` for debugging if needed

More General & Other skills

← All General & Other skills

Check your AI visibility

One URL in, a 0–100 score and the exact fixes out.

RUN THE CHECK

Browse all the tools

15 tools across six categories
13 of them never send your data anywhere

Free · No signup · No trial clock

SEE THE DIRECTORY