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.
Manage Prisma ORM Workflows
Prisma CLI workflows can be difficult to apply safely across development and production. This skill provides command guidance, options, examples, and environment-specific practices.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "prisma-cli" from https://skillstore.io/skills/prisma-prisma-cli.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-cli/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.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-cli". I added a required email field. How should I migrate safely?
Expected outcome:
Using "prisma-cli". My development database has drifted from migration history.
Expected outcome:
The response identifies drift sources, recommends status and diff checks, and separates development reset options from production-safe recovery.
The static alerts are false positives caused by Markdown backticks, standard Prisma environment configuration, relative project paths, and schema examples. No prompt injection, credential exfiltration, or hidden executable payload was found. A medium operational risk remains because quick references include destructive database commands without mandatory confirmation or target checks.
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-cli/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/prisma-prisma-cli?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/prisma-prisma-cli?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-cli/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/prisma-prisma-cli.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-cli security audit report (audit version 7) [Author version 7.6.0]. Skillstore. https://skillstore.io/skills/prisma-prisma-cli/audits/7@techreport{prisma-prisma-prisma-cli-2026,
author = {prisma},
title = {prisma-cli security audit report (audit version 7)},
institution = {Skillstore},
year = {2026},
number = {7},
url = {https://skillstore.io/skills/prisma-prisma-cli/audits/7},
note = {Author version 7.6.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-cli security audit report (audit version 7)"
version: "7.6.0"
type: report
authors:
- name: "prisma"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/prisma-prisma-cli/audits/7"
identifiers:
- type: other
value: "skillstore:prisma-prisma-cli:audit:7"
description: "Skillstore immutable audit report identifier"
Developers can select a datasource, initialize project files, configure environment loading, and generate Prisma Client.
Database engineers can compare schemas, create migrations, inspect drift, and plan controlled deployment steps.
Platform engineers can validate schemas, inspect migration status, and apply reviewed migrations in CI environments.
Set up Prisma for [database] in [runtime]. Explain generated files, environment configuration, and the first client generation step.
Review this Prisma schema change: [change]. Propose a development migration workflow and identify possible data-loss risks before any command runs.
Analyze this migration status and error: [details]. Explain likely drift causes, non-destructive checks, and recovery options.
Create a production runbook for [deployment]. Include staging validation, backups, status checks, approval gates, deployment, rollback planning, and post-deployment verification.
Author
prismaLicense
MIT
Author version
v7.6.0
Skillstore revision
r2
Repository
https://github.com/prisma/skills/tree/1a9f427e9fe2137298abbcc1a6f372db92e8c40d/prisma-cliRef
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
Maintenance freshness
7/25/2026
Usage
0 downloads ยท 0 views
File structure
๐ references/
๐ db-execute.md
๐ db-pull.md
๐ db-push.md
๐ db-seed.md
๐ debug.md
๐ dev.md
๐ format.md
๐ generate.md
๐ init.md
๐ mcp.md
๐ migrate-deploy.md
๐ migrate-dev.md
๐ migrate-diff.md
๐ migrate-reset.md
๐ migrate-resolve.md
๐ migrate-status.md
๐ studio.md
๐ validate.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.
Improve Prisma Database Workflows
by sickn33
Prisma projects can fail from schema drift, slow queries, and unsafe migration workflows. This skill guides Claude, Codex, and Claude Code through Prisma-specific diagnosis and fixes.
Build Claude Code Agents
by C0ntr0lledCha0s
Creating reliable AI agents requires clear schemas, safe tools, and repeatable review steps. This skill guides agent design, validation, migration, and maintenance for Claude Code workflows.
Build Claude Code Slash Commands
by C0ntr0lledCha0s
Teams need repeatable AI workflows that are easy to invoke and review. This skill helps create, update, validate, and document Claude Code slash commands.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Format JSON with Clear Validation
by EnactProtocol
Compact JSON is hard to review, and invalid data slows debugging. This skill validates JSON and returns a clean, indented version with errors.
Review Code for Bugs and Security Issues
by 21pounder
Code reviews can miss bugs, security flaws, and maintainability issues. This skill guides Claude, Codex, and Claude Code through structured review steps.