
Covers Vercel Configuration CLI
Description
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
SKILL.md
Vercel Setup
Install CLI
npm install -g vercel
Authenticate
vercel login
Link Project
vercel link
Environment Variables
vercel env ls
vercel env add <NAME>
Configuration
Check for vercel.json and .vercelignore files.
More skills from the vercel-deploy-claude-code-plugin repository
View all 3 skillsMore from Vercel
View publisherSkillTagsUpdated
next-cache-components-adoption
enable and migrate to Next.js Cache Components
next.js
Jul 24CachingFrontendMigrationNext.js +1next-cache-components-optimizer
optimize Next.js cache components
next.js
Jul 24CachingFrontendNext.jsPerformance +1next-dev-loop
verify Next.js runtime behavior
next.js
May 22DebuggingFrontendLocal DevelopmentNext.js +2next-partial-prefetching-adoption
adopt Partial Prefetching in Next.js apps
next.js
Jul 24FrontendNext.jsPerformanceVercelturborepo
manage monorepos with Turborepo
turborepo
Jul 27CI/CDPerformanceTurborepoadd-function-examples
add AI function examples for testing
ai
Apr 6AI SDKTestingVercel