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.
Set up Vercel CLI and project configuration. Use when the user says "set up Vercel", "configure Vercel", "link to Vercel", or "vercel init".
This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.
Install skill "setup" with this command: npx skills add vercel/vercel-deploy-claude-code-plugin/vercel-vercel-deploy-claude-code-plugin-setup
npm install -g vercel
vercel login
vercel link
vercel env ls
vercel env add <NAME>
Check for vercel.json and .vercelignore files.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
No summary provided by upstream source.
No summary provided by upstream source.
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
No summary provided by upstream source.