Prisma Check
Verifies Prisma schema validity against provided SQL queries, identifying potential compatibility issues before deployment.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add prisma-check npx -- -y @trustedskills/prisma-check
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"prisma-check": {
"command": "npx",
"args": [
"-y",
"@trustedskills/prisma-check"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The prisma-check skill provides a way to verify and validate Prisma schema files. It allows you to check your database models against the Prisma schema, ensuring consistency and preventing potential errors during deployment or runtime. This includes validating data types, relationships, and other schema definitions.
When to use it
- Database Migration Validation: Before applying Prisma migrations, ensure your schema is valid.
- Schema Refactoring: After making changes to your Prisma schema, verify the new structure's correctness.
- Team Collaboration: Standardize database models and catch errors early in collaborative development workflows.
- Automated CI/CD Pipelines: Integrate schema validation into automated deployment processes for increased reliability.
Key capabilities
- Prisma schema validation
- Database model verification
- Relationship checking
- Data type validation
Example prompts
- "Check the Prisma schema in
schema.prisma." - "Validate my database models against the latest Prisma schema changes."
- "Run a consistency check on my Prisma schema and report any errors."
Tips & gotchas
Requires a working Prisma installation within the environment where the AI agent is operating. The skill's effectiveness depends on having access to the relevant schema.prisma file.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.