prisma-next-quickstart
Start Prisma Next with a Working Database
New and existing projects need a clear path to their first Prisma Next query. This skill guides setup, connection, contract inference, and verification.
Detente y solicita confirmación antes de instalar.
Revisa el plan y obtén el consentimiento explícito del usuario antes de modificar archivos.
Instalar con mi Agente
Copia esta solicitud en tu Agente. Incluye la página canónica del Skill y el manifiesto.
Review the Skillstore skill "prisma-next-quickstart" from https://skillstore.io/skills/prisma-prisma-next-quickstart.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-next-quickstart/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Tu Agente debe seguir mostrando su plan y solicitar cualquier confirmación exigida por la política de seguridad.
Recursos legibles por agentes
Usa estos enlaces cuando un agente de IA, crawler o script necesite contexto limpio en vez de leer la página completa.
Pruébalo
Usando "prisma-next-quickstart". I cloned a Prisma Next project. What should I do first?
Resultado esperado:
The project uses the PostgreSQL target and a PSL contract under the Prisma source directory. Next, verify the connection and round-trip one existing model.
Usando "prisma-next-quickstart". Help me use Prisma Next with an existing database.
Resultado esperado:
The brownfield path will infer a draft contract from the live schema. Review model names and constraints before emitting, signing, and verifying it.
Usando "prisma-next-quickstart". Initialization worked, but my first query fails.
Resultado esperado:
- Confirm the database variable exists without displaying its value.
- Verify the configured contract path and emitted artifacts.
- Check marker status and database drift before changing the contract.
Auditoría de seguridad
Riesgo altoMost static findings are false positives caused by Markdown backticks, documentation links, and ordinary Prisma environment configuration. Confirmed risks are direct .env inspection, passing DATABASE_URL through command arguments, and default CLI telemetry.
Preocupaciones de seguridad confirmadas (3)
Elementos de revisión de capacidades (3)
Estas son capacidades locales reales que pueden esperarse para esta habilidad, por lo que requieren revisión, pero no se cuentan como comportamiento malicioso confirmado.
Factores de riesgo
⚙️ Comandos externos (50)
🌐 Acceso a red (3)
📁 Acceso al sistema de archivos (2)
Compartir y citar este informe
Comparte el informe de evaluación versionado, la insignia neutral, la tarjeta insertable y las citas. Skillstore presenta evidencias sin decidir si este Skill es seguro.
Copiar enlace del informe
https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportInsignia Markdown
[](https://skillstore.io/skills/prisma-prisma-next-quickstart?utm_source=security_passport_badge)Insignia HTML
<a href="https://skillstore.io/skills/prisma-prisma-next-quickstart?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-next-quickstart/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Tarjeta para insertar
<iframe src="https://skillstore.io/embed/skills/prisma-prisma-next-quickstart.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Citas académicas (APA · BibTeX · CFF)
Cita APA
prisma. (2026). prisma-next-quickstart security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1Cita BibTeX
@techreport{prisma-prisma-prisma-next-quickstart-2026,
author = {prisma},
title = {prisma-next-quickstart security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-next-quickstart security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "prisma"
date-released: "2026-08-17"
url: "https://skillstore.io/skills/prisma-prisma-next-quickstart/audits/1"
identifiers:
- type: other
value: "skillstore:prisma-prisma-next-quickstart:audit:1"
description: "Skillstore immutable audit report identifier"
Puntuación de Skillstore
Por qué esta puntuación Confianza de la evidencia: MedioLo que puedes crear
Orient a Scaffolded Project
Review an existing Prisma Next scaffold and complete its first database round trip.
Create a New Project
Initialize Prisma Next, configure the database, and verify the starter contract.
Adopt an Existing Database
Infer a contract from a live schema, review it, and sign the database marker.
Prueba estos prompts
Review this Prisma Next project and identify my adoption path. Explain the contract location, then guide my first database round trip.
Set up Prisma Next in this project for [postgres or mongodb] using [psl or typescript]. Preserve existing files and verify the starter model.
Guide Prisma Next adoption for my existing [database type] database. Infer the contract, pause for review, then emit, sign, and verify it.
Audit this Prisma Next setup for contract paths, generated artifacts, runtime wiring, environment presence, marker status, and drift. Propose the smallest corrective sequence.
Mejores prácticas
- Read the project configuration and contract before proposing commands.
- Complete one write-read cycle before expanding the data model.
- Review inferred contracts before signing an existing database.
Evitar
- Do not expose environment values while checking database configuration.
- Do not edit generated contract artifacts by hand.
- Do not use development schema synchronization for production releases.