prisma validate. Reference when using this Prisma feature.
npx skills add https://github.com/prisma/cursor-plugin --skill prisma-cli-validate
Validates your Prisma schema file.
prisma validate [options]
schema.prisma file| Option | Description |
|--------|-------------|
| --schema | Path to schema file |
| --config | Custom path to your Prisma config file |
prisma validate
prisma validate --schema=./custom/schema.prisma
Run validate in your CI pipeline to catch schema errors early:
- name: Validate Schema
run: npx prisma validate
@relation fieldsTake prisma/prisma-cli-validate from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.