What problem does it solve?
This skill resolves the friction of setting up a new Prisma Next project or adopting it into an existing database by providing a standardized, contract-first workflow that ensures your application code, database schema, and runtime types remain perfectly synchronized.
Core Features & Use Cases
- First-Touch Orientation: Guides users through the initial connection, write, and read cycle for newly scaffolded projects.
- Greenfield & Brownfield Support: Automates the setup for fresh projects or the inference of data contracts from existing PostgreSQL or MongoDB databases.
- Use Case: Use this skill when you have just scaffolded a project with createprisma and need to perform your first database round-trip, or when you need to map an existing legacy database to a new Prisma Next contract.
Quick Start
Use the prisma-next-quickstart skill to initialize your database connection and perform a test query against your contract models.