vercel-deploy

Installation
SKILL.md

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.

2. Deployment Workflow

  1. Detection:

    • Scanner checks package.json for frameworks (Next.js, Vite, Remix, Astro).
    • Identifies build command (npm run build) and output directory (dist or .next).
  2. Configuration:

    • Generates vercel.json if custom headers/rewrites are needed.
    • Sets project settings (Root Directory, Framework Preset).
Installs
4
GitHub Stars
445
First Seen
Feb 10, 2026
vercel-deploy — dokhacgiakhoa/antigravity-ide