Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

deploy

verified

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

View on GitHub

Marketplace

vercel-plugins

vercel/vercel-deploy-claude-code-plugin

Plugin

vercel

Repository
Verified Org

vercel/vercel-deploy-claude-code-plugin
5stars

skills/deploy/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/main/skills/deploy/SKILL.md -a claude-code --skill deploy

Installation paths:

Claude
.claude/skills/deploy/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
370 chars