prisma-postgres
prisma postgres
What it does
- Setting up Prisma Postgres from Prisma Console
- Provisioning instant temporary databases with create-db
- Linking an existing local project with prisma postgres link
- Managing Prisma Postgres resources via Management API
- Using @prisma/management-api-sdk in TypeScript/JavaScript
- Handling claim URLs, connection strings, regions, and auth flows
- create-db-cli - instant databases and current CLI flags (--ttl, --copy, --quiet, --open)
Requirements & configuration
- management-api - service token and OAuth API workflows
- management-api-sdk - typed SDK usage with token storage
- Use create-db when you need a database immediately:
- database create and database connection create print a one-time connection URL; store it immediately. Destructive commands (remove, restore) require exact --confirm <id>.
- Service token (workspace server-to-server)
Configuration: DATABASE_URL
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
prisma-postgres FAQ
What does the prisma-postgres skill do?
Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth. Setting up Prisma Postgres from Prisma Console Provisioning instant temporary databases with create-db
What does prisma-postgres require?
management-api - service token and OAuth API workflows management-api-sdk - typed SDK usage with token storage Use create-db when you need a database immediately: database create and database connection create print a one-time connection URL; store it immediately. Destructive commands (remove, restore) require exact --confirm <id>. Service token (workspace server-to-server) Configuration keys: DATABASE_URL.
How do I install prisma-postgres?
Run: npx -y skills add https://github.com/prisma/skills --skill prisma-postgres --agent claude-code — the source lives at github.com/prisma/skills.
Maintain prisma-postgres?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/prisma-skills-prisma-postgres?ref=badge) npx agentictools info skills/prisma-skills-prisma-postgres The second line is the CLI lookup for this page — handy in READMEs and docs.