prisma-workflow

Installation
SKILL.md

Prisma Workflow (v7 Protocol)

Purpose

To execute a zero-tolerance, type-safe integration of Prisma 7 with Next.js, strictly adhering to the "Prisma Postgres" adapter pattern.

Critical Directives

You are strictly forbidden from guessing configuration. You must consult the reference files for every step.

  1. Version 7 Only: If you generate provider = "prisma-client-js", you have failed.
  2. No Hallucinations: Do not invent DATABASE_URL values.
  3. Interactive Init: You cannot run npx prisma init yourself. You must guide the user.

Workflow Phases

Phase 1: Bootstrap & Configuration

Reference: references/setup-protocol.md

  • Action: Guide user through the interactive npx prisma init --db.
  • Constraint: Wait for user confirmation. Do not proceed until .env exists.
  • Verification: Check prisma.config.ts for dotenv/config and Ensure schema.prisma has NO url in the datasource.
Related skills

More from henryxv/study-platform

Installs
7
GitHub Stars
1
First Seen
Jan 24, 2026