What problem does it solve?
Setting up a PostgreSQL database for development normally requires installing servers, configuring credentials, and managing connection strings. This Skill provisions a hosted Neon Postgres database in seconds and writes the connection variables directly into your project's environment file.
Core Features & Use Cases
- Instant Provisioning: Runs
npx get-db to create a Postgres database with pooled and direct connection URLs plus a 72-hour claim link.
- Framework Integration: Supports Next.js, Vite, SvelteKit, Express, and Node.js with custom env file targets and seed scripts.
- ORM Setup Guidance: Provides configuration for Drizzle, Prisma, and TypeORM, and can delegate complex schema, migration, or auth work to specialized Neon agents.
- Use Case: You are starting a new Next.js app and need a development database. The Skill provisions the database, writes
DATABASE_URL to .env.local, and gives you the Drizzle configuration to start querying immediately.
Quick Start
Ask the assistant to provision a new Neon Postgres database for your project and set up the connection in your env file.