
setup
✓ Official★ 12by vercel · part of vercel/vercel-deploy-claude-code-plugin
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
🔥🔥🔥✓ VerifiedFreeQuick setup
🧩 One of 3 skills in the vercel/vercel-deploy-claude-code-plugin package — works on its own, and pairs well with its siblings.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
name: setup description: Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
Vercel Setup
Authenticate
vercel loginLink Project
vercel linkEnvironment Variables
vercel env ls
vercel env add <NAME>Copy & paste — that's it
npm install -g vercelRun this in your project — your agent picks the skill up automatically.
Install CLI
npm install -g vercelConfiguration
Check for vercel.json and .vercelignore files.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.