What problem does it solve? Setting up a new Prisma Postgres database involves multiple manual steps: creating a project through the Management API, retrieving connection strings, configuring Prisma 7's new client adapter pattern, and verifying connectivity. This Skill automates the entire provisioning workflow so you get a working database connection without reading API documentation. ## Core Features & Use Cases - Automated Provisioning: Creates Prisma Postgres projects and databases through the Management API, including region selection and connection string retrieval. - Prisma 7 Configuration: Sets up prisma.config.ts, the @prisma/adapter-pg driver adapter, ESM output, and environment variables correctly for the new Prisma 7 architecture. - End-to-End Verification: Runs a live connection test against the provisioned database to confirm the full setup works before you start building. - 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 your .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.