prisma-schema
Installation
SKILL.md
Prisma Schema
Create/modify schema for: $ARGUMENTS
Multi-Schema Setup
Always define schemas in the datasource block. This enables organizing models into logical namespaces and is supported by PostgreSQL, CockroachDB, and SQL Server.
generator client {
provider = "prisma-client"
output = "./generated"
}