What problem does it solve?
This Skill prevents broken local setups by orchestrating the correct safe order for Vercel linking, environment provisioning, env pulling, and first-run database/dev commands.
Core Features & Use Cases
- Vercel-first setup flow: Ensures the repo is linked to the correct Vercel project/team before attempting env pulls or database/dev tasks.
- Environment key verification: Compares required env keys from your env template to what exists in
.env.local (by key name only) and stops until required keys are present.
- Database and auth bootstrapping guardrails: Guides Postgres integration via Vercel-managed routes (Neon) and generates
AUTH_SECRET in a high-entropy way without printing it, then refreshes local env.
- UI baseline for Next.js + shadcn: Establishes a reliable UI foundation after linkage and env verification to reduce early app-shell/debug churn.
Quick Start
Tell the agent to bootstrap the repository end-to-end by linking the correct Vercel project, pulling verified environment variables, generating required secrets, and then running the first database and dev commands.