prisma-postgres-setup

prisma postgres setup

prisma ↓ 24k
Claude Code
View source ↗

What it does

  • Setting up a new Prisma Postgres database for a project
  • Creating a Prisma Postgres project and connecting it locally
  • Obtaining a connection string for Prisma Postgres
  • Provisioning a database via the Management API (not the Console UI)
  • Setting up CI/CD preview databases — use prisma-postgres-cicd
  • Building multi-tenant database provisioning into an app — use prisma-postgres-integrator
  • Working with a database that already exists and is connected (schema/migration tasks are standard Prisma CLI)

Requirements & configuration

  • A workspace service token (see references/auth.md)
  • You need a service token. Try these methods in order:
  • 1a. Token in the user's prompt
  • 1b. Token in the environment
  • If no token is available, instruct the user:

Configuration: PRISMA_SERVICE_TOKENDATABASE_URL

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

prisma postgres setup

Source

Repository: https://github.com/prisma/skills

prisma-postgres-setup FAQ

What does the prisma-postgres-setup skill do?

Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database". Setting up a new Prisma Postgres database for a project Creating a Prisma Postgres project and connecting it locally

What does prisma-postgres-setup require?

A workspace service token (see references/auth.md) You need a service token. Try these methods in order: 1a. Token in the user's prompt 1b. Token in the environment If no token is available, instruct the user: Configuration keys: PRISMA_SERVICE_TOKEN, DATABASE_URL.

How do I install prisma-postgres-setup?

Run: npx -y skills add https://github.com/prisma/skills --skill prisma-postgres-setup --agent claude-code — the source lives at github.com/prisma/skills.

Maintain prisma-postgres-setup?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

prisma-postgres-setup on getagentictools
[![prisma-postgres-setup on getagentictools](https://getagentictools.com/badge/skills/prisma-skills-prisma-postgres-setup.svg)](https://getagentictools.com/skills/prisma-skills-prisma-postgres-setup?ref=badge)
npx agentictools info skills/prisma-skills-prisma-postgres-setup

The second line is the CLI lookup for this page — handy in READMEs and docs.