Skip to main content
Back to registry

prisma-orm-v7-skills

gocallum/nextjs16-agent-skills

Installs647
Install command
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill prisma-orm-v7-skills
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Schema datasource deprecations: - Upgrade guide (v7): - Prisma Config reference: - Prisma Client Extensions: - Prisma 7 migration prompt (AI agents): - Node.js: 20.19.0+ (and 22.x) - TypeScript: 5.4.0+ - Prisma ORM ships as ES modules. - Set "type": "module" in package.json (or migrate your project to ESM). - TypeScript projects must compile/resolve ESM (guide example: module: ESNext , target: ES2023 , moduleResolution: node ). - Generator provider: prisma-client-js → prisma-client . - output is required in generator client . - Prisma Client is no longer generated into node_modules by default. - After npx prisma generate , update imports to your generated output path (example: import { PrismaClient } from './generated/prisma/client' ). - url , directUrl , shadowDatabaseUrl in schema.prisma are deprecated.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does prisma-orm-v7-skills do?

prisma-orm-v7-skills is listed in SkillJury, but the source summary is still sparse.

Is prisma-orm-v7-skills good?

prisma-orm-v7-skills does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does prisma-orm-v7-skills work with?

prisma-orm-v7-skills currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to prisma-orm-v7-skills?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install prisma-orm-v7-skills?

npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill prisma-orm-v7-skills

Related skills

More from gocallum/nextjs16-agent-skills

Related skills

Alternatives in Software Engineering