Vercel Install & Auth Overview Install the Vercel CLI, create a scoped access token, and link your local project to a Vercel project. This skill covers both interactive login and headless CI token authentication via the REST API. Prerequisites - Node.js 18+ installed - npm, pnpm, or yarn available - A Vercel account (hobby, pro, or enterprise) Instructions Step 1: Install Vercel CLI Step 2: Authenticate — Interactive Login Step 3: Authenticate — Headless Token (CI/CD) Create a token in the Vercel dashboard at Settings Tokens or via the API: Step 4: Link Local Project Step 5: Verify Connection…