What problem does it solve?
Repositories that rely on Vercel-linked resources often suffer from misordered setup steps, missing env provisioning, and unsafe execution of first-run commands. This Skill orchestrates a safe bootstrap sequence to ensure linking, environment pulls, and initial development commands run in the correct order.
Core Features & Use Cases
- Preflight validation: checks repository state, Vercel linkage, and required env templates before any changes.
- Environment provisioning order: coordinates env pull, database setup, and auth configuration in a safe, deterministic flow.
- First-run guarantees: ensures migrations, seeds, and dev servers start only after resources are verified and linked.
- Use Case: when initializing a new project or repairing a broken linkage in an existing repo.
Quick Start
Run the bootstrap workflow to initialize a repository with Vercel-linked resources in the correct safe order.