prisma-database-setup
78Configure Prisma for Your Database
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.
Provision and Manage Prisma Postgres
Prisma Postgres setup spans several tools, authentication models, and connection methods. This skill selects the right workflow and provides focused operational guidance.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "prisma-postgres" from https://skillstore.io/skills/prisma-prisma-postgres.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-postgres/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "prisma-postgres". Create a temporary database in Europe for a pull request preview.
Expected outcome:
Using "prisma-postgres". Should a Node.js service use a direct or pooled Prisma Postgres endpoint?
Expected outcome:
Use the direct endpoint with the PostgreSQL adapter for a standard long-running Node.js service. Consider pooled or serverless options only when runtime constraints require them.
Using "prisma-postgres". Outline a secure OAuth SDK integration for customer workspaces.
Expected outcome:
Static matches for database URLs, environment variables, official Prisma endpoints, and Markdown backticks are benign documentation examples rather than secret collection or command injection. The source contains no prompt injection or unauthorized exfiltration behavior. Separate semantic review identified unpinned npm execution and API keys passed in command arguments as risks requiring remediation.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/prisma-prisma-postgres/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/prisma-prisma-postgres?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/prisma-prisma-postgres?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-postgres/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/prisma-prisma-postgres.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>prisma. (2026). prisma-postgres security audit report (audit version 8) [Author version 7.7.0]. Skillstore. https://skillstore.io/skills/prisma-prisma-postgres/audits/8@techreport{prisma-prisma-prisma-postgres-2026,
author = {prisma},
title = {prisma-postgres security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/prisma-prisma-postgres/audits/8},
note = {Author version 7.7.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-postgres security audit report (audit version 8)"
version: "7.7.0"
type: report
authors:
- name: "prisma"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/prisma-prisma-postgres/audits/8"
identifiers:
- type: other
value: "skillstore:prisma-prisma-postgres:audit:8"
description: "Skillstore immutable audit report identifier"
Choose a region, set a lifecycle, and obtain connection details for development, demonstrations, or temporary CI environments.
Plan service-token or OAuth workflows for creating and managing workspace, project, branch, and database resources.
Link a local Prisma project, configure DATABASE_URL, select an adapter, and prepare schema generation or migration.
Help me create a temporary Prisma Postgres database in [region]. Explain lifecycle, claim behavior, and safe connection-string handling before suggesting commands.
Plan how to link my local Prisma project to database [database ID]. Include interactive and CI options without exposing API keys in arguments.
Design a service-token provisioning flow for workspace [name]. Cover resource hierarchy, endpoint selection, credential storage, retries, and least privilege.
Review an OAuth-based multi-tenant Prisma Management API architecture. Address state, PKCE verifier storage, token refresh, tenant isolation, audit logs, and secret rotation.
Author
prismaLicense
MIT
Author version
v7.7.0
Skillstore revision
r2
Repository
https://github.com/prisma/skills/tree/1a9f427e9fe2137298abbcc1a6f372db92e8c40d/prisma-postgresRef
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
0 downloads ยท 0 views
File structure
๐ references/
๐ console-and-connections.md
๐ create-db-cli.md
๐ management-api.md
๐ SKILL.md
Configure Prisma for Your Database
Prisma setup varies by database provider and major version. This skill provides provider-specific schemas, connection guidance, adapters, client generation, and troubleshooting steps.
Plan Your Prisma MongoDB Upgrade
Prisma ORM v7 does not support MongoDB, so standard upgrade advice fails. This skill evaluates Prisma Next and provides a staged migration path.
Draft Prisma Next Feedback for the Right Channel
Prisma Next feedback can be difficult to classify and prepare for public submission. This skill routes feedback and drafts complete, redacted reports.
Configure Prisma Next Runtime Clients
Prisma Next runtime setup can fail through incorrect imports, middleware order, or connection lifecycle choices. This skill provides target-specific, typed configuration guidance.
Write Prisma Next Queries Across Database Targets
Prisma Next query APIs differ across Postgres, SQLite, and Mongo, which makes correct lane selection difficult. This skill provides target-specific patterns for typed reads, writes, relations, aggregates, pagination, and transactions.
Build Prisma Next Data Contracts
Complex Prisma Next contracts can fail when schemas, extensions, and configuration drift. This skill guides contract edits, configuration, diagnostics, and artifact emission.
Manage Lark CLI Authentication Safely
by larksuite
Lark CLI setup and permission failures can be difficult to diagnose. This skill provides structured authentication, identity, approval, and token-routing workflows.
Optimize PostgreSQL Performance
by sickn33
Slow PostgreSQL systems need structured analysis before changes. This skill guides query tuning, index planning, configuration review, maintenance, and monitoring.
Validate Cross-Language Type Consistency
by BarisSozen
Cross-language type drift can cause precision loss and contract bugs. This skill guides Claude, Codex, and Claude Code through Rust, TypeScript, and PostgreSQL checks.
Design PostgreSQL Tables
by wshobson
PostgreSQL schemas can fail when data types, constraints, and indexes are chosen without workload context. This skill guides table design with PostgreSQL-specific rules for durable, performant, and maintainable schemas.
Design PostgreSQL Schemas With Best Practices
by sickn33
PostgreSQL schema design can fail when data types, constraints, indexes, and migrations lack workload context. This skill turns entities, access patterns, and scale targets into PostgreSQL-specific design guidance.
Build Slack Apps with Bolt
by sickn33
Slack apps require secure event handling, OAuth flows, and polished interactive UI. This skill guides Claude, Codex, and Claude Code through Bolt patterns, Block Kit layouts, commands, events, and installation workflows.