What problem does it solve? Setting up a new Prisma Postgres database involves multiple manual steps across the Console UI, API calls, and local project configuration. This Skill automates the entire provisioning workflow, from authentication to a verified working connection. ## Core Features & Use Cases - Database Provisioning via Management API: Authenticate with a service token, select a region, and create a project with a database, extracting the direct connection string automatically. - Local Project Configuration: Install required packages (prisma, @prisma/client, @prisma/adapter-pg, pg, dotenv), configure .env, prisma.config.ts, and schema.prisma following Prisma 7 conventions. - End-to-End Verification: Run a test script against the new database to confirm the Prisma 7 client connects correctly before finishing. - Use Case: You are starting a new Node.js project and need a hosted Postgres database. Ask the agent to set up Prisma Postgres, and it provisions the database, writes the connection string to .env, scaffolds the schema, runs the initial migration, and verifies connectivity. ## Quick Start Set up a new Prisma Postgres database for this project and connect it locally using my service token.