prisma-postgres

Automate Prisma Postgres provisioning via CLI, Management API, and SDK workflows.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Mohamedghaly140/sg-shop-web --skill prisma-postgres-mohamedghaly140
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prisma-postgres
Source: https://github.com/Mohamedghaly140/sg-shop-web/tree/main/.agents/skills/prisma-postgres
Command: npx skills add https://github.com/Mohamedghaly140/sg-shop-web --skill prisma-postgres-mohamedghaly140

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prisma Postgres setup and operations guidance across interactive and programmatic workflows.

Core Features & Use Cases

  • Console-first workflows for manual visibility, data inspection, and connection setup.
  • Quick provisioning with create-db CLI and region selection.
  • Programmatic provisioning and management via the Management API and the Management API SDK, using service tokens or OAuth.
  • Reference workflows for linking local projects and managing Prisma Postgres resources.

Quick Start

Provision a Prisma Postgres instance with create-db and connect it to your project using the Prisma Console or CLI.

Frequently Asked Questions about prisma-postgres

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision a Prisma Postgres database using the CLI?

Provision a Prisma Postgres instance using the create-db CLI with region selection. This enables quick setup so you can connect it to your project using the Prisma Console or CLI.

Can I manage Prisma Postgres programmatically via the Management API?

Yes, manage Prisma Postgres programmatically via the Management API. Use the Management API SDK for integration, supporting both service tokens and OAuth-based access workflows.

What is the best way to set up Prisma Postgres for manual data inspection?

Console-first workflows are best for manual visibility and data inspection. This interactive approach handles connection setup before linking your local project resources.

Does the Prisma Management API support OAuth authentication?

Yes, the Prisma Management API SDK supports OAuth authentication. It also accommodates service tokens, allowing flexible programmatic provisioning and management of Postgres resources.

How do I link a local project to a provisioned Prisma Postgres instance?

Link a local project to provisioned Prisma Postgres resources using reference workflows. These workflows outline CLI commands and Console steps for connecting your application after setup.