vercel

SKILL.md

Vercel — Deploy and Manage Projects

Set Up a New Project

cd <project-root>   # must be the directory with .git
npx vercel link      # link to Vercel project
npx vercel git connect  # connect GitHub repo for auto-deploys

Run vercel git connect from the repo root (where .git lives), not a subdirectory.

Set Environment Variables

NEVER use echo — it adds a trailing \n:

printf 'value' | npx vercel env add VAR_NAME production

Check Domains

cd any-vercel-project && npx vercel domains ls

For the full domain list: see domains.md in this folder.

Weekly Installs
6
First Seen
Feb 24, 2026
Installed on
mcpjam6
claude-code6
replit6
junie6
windsurf6
zencoder6