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

setup

verified

Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".

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/setup/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/setup/SKILL.md -a claude-code --skill setup

Installation paths:

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

Instructions

# Vercel Setup

## Install CLI

```bash
npm install -g vercel
```

## Authenticate

```bash
vercel login
```

## Link Project

```bash
vercel link
```

## Environment Variables

```bash
vercel env ls
vercel env add <NAME>
```

## Configuration

Check for `vercel.json` and `.vercelignore` files.

Validation Details

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