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 GitHubFebruary 1, 2026
Select agents to install to:
npx add-skill https://github.com/vercel/vercel-deploy-claude-code-plugin/blob/main/skills/setup/SKILL.md -a claude-code --skill setupInstallation paths:
.claude/skills/setup/# 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.