Skip to main content
Back to the directory
gocallum/nextjs16-agent-skillsSoftware EngineeringFrontend and Design

prisma-orm-v7-skills

Reference guide for Prisma ORM 7 breaking changes and upgrade requirements.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
785

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill prisma-orm-v7-skills
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, prisma-orm-v7-skills has 785 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: gocallum/nextjs16-agent-skills. Canonical URL: https://skills.sh/gocallum/nextjs16-agent-skills/prisma-orm-v7-skills.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Reference guide for Prisma ORM 7 breaking changes and upgrade requirements. Schema datasource deprecations: - Prisma 7 ships as ES modules only; projects must set "type": "module" in package.json and update TypeScript config to resolve ESM (Node.js 20.19.0+ and TypeScript 5.4.0+ required). - Generator provider changes from prisma-client-js to prisma-client , with required output path; Prisma Client no longer generates into node_modules by default. - Datasource config moves from schema.prisma to prisma.config.ts ; env vars no longer auto-load and must be explicitly imported. - All Prisma Client instantiation now requires a driver adapter (e.g., @prisma/adapter-pg for Postgres); Accelerate users should use the Accelerate extension instead. - CLI workflows change: prisma generate and prisma db seed no longer run automatically; call them explicitly in your scripts. - 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).

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Reference guide for Prisma ORM 7 breaking changes and upgrade requirements.

Is prisma-orm-v7-skills good?

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

Which AI agents support prisma-orm-v7-skills?

prisma-orm-v7-skills currently lists compatibility with Skills CLI.

Is prisma-orm-v7-skills safe to install?

prisma-orm-v7-skills has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

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

Run the following command to install prisma-orm-v7-skills: npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill prisma-orm-v7-skills

Related skills

Alternatives in Software Engineering