vercel-deploy

Vercel Deployment Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vercel-deploy" with this command: npx skills add dokhacgiakhoa/antigravity-ide/dokhacgiakhoa-antigravity-ide-vercel-deploy

Vercel Deployment Skill

Goal: Seamlessly deploy any frontend/full-stack application to Vercel global edge network.

  1. Prerequisites
  • CLI: vercel (Install via npm i -g vercel )

  • Auth: User must be logged in (vercel login ) or provide VERCEL_TOKEN .

  1. Deployment Workflow

Detection:

  • Scanner checks package.json for frameworks (Next.js, Vite, Remix, Astro).

  • Identifies build command (npm run build ) and output directory (dist or .next ).

Configuration:

  • Generates vercel.json if custom headers/rewrites are needed.

  • Sets project settings (Root Directory, Framework Preset).

Execution:

  • Preview: vercel --no-prod (For testing feature branches).

  • Production: vercel --prod (For live release).

Verification:

  • Checks deployment status via vercel inspect <url> .

  • Returns the Claimable URL for the user.

  1. Environment Variables
  • Auto-Sync: Pulls .env from Vercel Project Settings (vercel env pull ).

  • Push: Pushes local .env to Vercel (Interactive confirmation required).

  1. Troubleshooting common errors
  • Build Fail: Usually due to strict type checking or linting in CI. Suggest ignoreBuildErrors: true ONLY for hotfixes.

  • Missing Secrets: Check if VERCEL_TOKEN is active in CI/CD environment.

Command Reference:

  • vercel link : Link local folder to remote project.

  • vercel deploy : Deploy preview.

  • vercel deploy --prod : Deploy production.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ui-ux-pro-max-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

notion-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
General

filesystem-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
General

aws-serverless

No summary provided by upstream source.

Repository SourceNeeds Review