
Prisma Cli Debug
- 14 installs
- 8 repo stars
- Updated February 9, 2026
- prisma/cursor-plugin
prisma-cli-debug prints Prisma environment details for troubleshooting.
About
The prisma-cli-debug skill covers prisma debug output used when diagnosing version mismatches or filing issues. It prints Prisma CLI version, installed @prisma/client version, query and migration engine binaries, operating system and architecture, Node.js and TypeScript versions, query compiler status, and configured datasource provider. Options accept --schema and --config paths. Use before opening GitHub issues, after upgrades that behave oddly, or to verify binaries downloaded correctly. Output is read-only diagnostics without mutating project files. Prints CLI, client, and engine version matrix. Includes OS, architecture, Node, and TypeScript info. Shows configured datasource provider. Supports custom schema and config paths. Read-only diagnostics for support tickets. Version and platform report suitable for bug reports. User needs environment info for Prisma troubleshooting. Developers debugging Prisma install or version skew. Operate-phase error work gathering Prisma environment facts.
- Prints CLI, client, and engine version matrix.
- Includes OS, architecture, Node, and TypeScript info.
- Shows configured datasource provider.
- Supports custom schema and config paths.
- Read-only diagnostics for support tickets.
Prisma Cli Debug by the numbers
- 14 all-time installs (skills.sh)
- Ranked #411 of 596 Debugging skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
prisma-cli-debug capabilities & compatibility
- Capabilities
- prisma debug command output fields · when to use troubleshooting list
- Use cases
- debugging · database
What prisma-cli-debug says it does
Prints information helpful for debugging and bug reports
Checking version mismatches
npx skills add https://github.com/prisma/cursor-plugin --skill prisma-cli-debugAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 14 |
|---|---|
| repo stars | ★ 8 |
| Last updated | February 9, 2026 |
| Repository | prisma/cursor-plugin ↗ |
How do I check Prisma versions and binaries?
Print Prisma CLI, client, engine, and platform versions for troubleshooting and bug reports.
Who is it for?
Developers debugging Prisma install or version skew.
Skip if: Skip when issue is clearly application SQL logic only.
When should I use this skill?
User needs environment info for Prisma troubleshooting.
What you get
Version and platform report suitable for bug reports.
Files
prisma debug
Prints information helpful for debugging and bug reports.
Command
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
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
{
"name": "prisma-cli-debug",
"version": "7.0.0",
"author": "prisma",
"license": "MIT"
}Related skills
FAQ
What does prisma-cli-debug do?
prisma-cli-debug prints Prisma environment details for troubleshooting.
When should I use prisma-cli-debug?
User needs environment info for Prisma troubleshooting.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.