
prisma-cli-debug
✓ Official★ 8by prisma · part of prisma/cursor-plugin
prisma debug. Reference when using this Prisma feature.
🔥🔥✓ VerifiedFreeAdvanced setup
🧩 One of 7 skills in the prisma/cursor-plugin package — works on its own, and pairs well with its siblings.
prisma debug. Reference when using this Prisma feature.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: prisma-cli-debug description: prisma debug. Reference when using this Prisma feature. license: MIT metadata: author: prisma version: "7.0.0"
prisma debug
Prints information helpful for debugging and bug reports.
Command
Copy & paste — that's it
prisma debug [options]What It Does
Outputs details about your Prisma environment, including:
- Prisma CLI version
- Prisma Client version (if installed)
- Engine binaries (Query Engine, Migration Engine, etc.)
- Platform information (OS, Architecture)
- Node.js version
- Configured datasource provider
Options
| Option | Description |
|---|---|
--schema | Path to schema file |
--config | Custom path to your Prisma config file |
Example Output
Copy & paste — that's it
prisma : 7.3.0
@prisma/client : 7.3.0
Operating System : darwin
Architecture : arm64
Node.js : v20.10.0
TypeScript : 5.3.3
Query Compiler : enabled
PSL : ...
Schema Engine : ...When to Use
- Troubleshooting: Checking version mismatches
- Reporting Issues: Including environment info in GitHub issues
- Verifying Installation: Ensuring correct binaries are downloaded
Copy & paste — that's it
npx skills add https://github.com/prisma/cursor-plugin --skill prisma-cli-debugRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.