🎯

setup

🎯Skill

from vercel/vercel-deploy-claude-code-plugin

VibeIndex|
What it does

Helps developers quickly set up and configure Vercel CLI, authenticate, link projects, and manage environment variables.

πŸ“¦

Part of

vercel/vercel-deploy-claude-code-plugin(4 items)

setup

Installation

npm installInstall npm package
npm install -g vercel
πŸ“– Extracted from docs: vercel/vercel-deploy-claude-code-plugin
3Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

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

Overview

# 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

```

Configuration

Check for vercel.json and .vercelignore files.