prisma-gen
Installation
SKILL.md
Prisma Gen
Stop hand-writing Prisma schemas. Just describe your data model in plain English and get a complete, production-ready schema.prisma file in seconds. No more googling relation syntax or forgetting @unique decorators.
One command. Zero config. Just works.
Quick Start
npx ai-prisma-gen "a blog with users, posts, comments, and tags"
What It Does
- Generates complete Prisma schema from natural language descriptions
- Handles relations automatically (one-to-many, many-to-many, self-referential)
- Adds proper indexes, constraints, and default values
- Supports all Prisma field types and decorators
- Outputs clean, formatted schema ready to use