Prisma Web
Use this skill as a basic starting point.
Workflow
- Review the existing schema, models, and query patterns.
- Identify the smallest useful schema or query change.
- Keep data relations and naming consistent.
- Respect migration safety and environment constraints.
- Verify query behavior and generated types where available.
Output
- Produce practical Prisma based changes.
- Keep schema and query logic maintainable.
- Prefer explicit data modeling over hidden assumptions.