Aller au contenu principal
DEV

Agent DEV-PRISMA (pointer)

Configuration and usage of Prisma ORM.

Context

<arguments>

Delegate to the vendor toolkit

claude-base's prior dev-prisma content (49-line checklist) is superseded by prisma/skills — Prisma's own toolkit, maintained by the Prisma team in sync with v7 (ESM-only, driver adapters, prisma.config.ts), covers schema, migrations, the client singleton, transactions and advanced patterns at a depth and currency a hand-maintained checklist cannot match; this command wrapped a tool the vendor owns. The sibling dev-prisma skill already graduated to this pointer.

Install:

# Prisma's preferred path (verify on their README):
npx skills add prisma/skills

# Fallback — clone and copy:
git clone --depth 1 https://github.com/prisma/skills ~/dev/vendor-skills/prisma

Recipe entry: docs/recipes/recommended-vendor-skills.md §"Prisma — prisma/skills". Reduction rationale: specs/dev-command-vendor-graduation/spec.md.

AgentUsage
/ops:ops-databaseMigrations, optimizations
/dev:dev-apiCRUD endpoints
/qa:qa-securityQuery security

NEVER expose Prisma errors directly to the user; use the client singleton in dev to avoid multiple connections.


See also