Orchestrates the correct setup sequence for repos that depend on Vercel-linked resources like Neon databases, Upstash Redis, and auth providers. It enforces a strict order: link the Vercel project first, pull environment variables, verify all required keys are present, then run migrations and start dev. The skill prefers Vercel's managed integration flow over provider CLIs, chains to specialized skills when it detects sunset packages like @vercel/postgres or auth libraries, and includes guards to prevent you from running db:push before your connection string exists. Honest take: this saves you from the classic mistake of seeding a database that isn't linked yet, then spending twenty minutes debugging why nothing works.
npx skills add https://github.com/vercel-labs/vercel-plugin --skill bootstrap