Orchestrates the full setup sequence for Vercel-linked projects so you don't run migrations before your env vars exist or start the dev server before your database is ready. It walks through vercel link, integration provisioning for Neon/Upstash, env pull, AUTH_SECRET generation, then finally db:push and dev in the right order. Built for Next.js repos with auth libraries, Drizzle or Prisma, and Vercel Storage dependencies. The strict preflight checks and fallback paths (Vercel integration, dashboard, provider CLI) are honestly helpful when onboarding teammates or fixing a borked .env.local. Includes next-forge monorepo handling with per-app env files and the pnpm migrate command.
npx skills add https://github.com/vercel/vercel-plugin --skill bootstrap