Prisma Web

Basic skill for Prisma schema design, queries, migrations, and maintainable database access in web applications. Use when Codex needs a basic starting point for this web development area.

shubhashjha Updated

File contents

Prisma Web

Use this skill as a basic starting point.

Workflow

  1. Review the existing schema, models, and query patterns.
  2. Identify the smallest useful schema or query change.
  3. Keep data relations and naming consistent.
  4. Respect migration safety and environment constraints.
  5. 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.

shubhashjha/codex-skills/tree/main/prisma-web commit ae06edffe9

Frequently asked questions

npx skillmds@latest add shubhashjha/prisma-web