Prisma Expert
Queries and analyzes Prisma data using SQL; optimizes schemas and resolves complex database issues efficiently.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add duck4nh-prisma-expert npx -- -y @trustedskills/duck4nh-prisma-expert
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"duck4nh-prisma-expert": {
"command": "npx",
"args": [
"-y",
"@trustedskills/duck4nh-prisma-expert"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides expert assistance with Prisma, a Node.js ORM. It can generate Prisma schema definitions, write database migrations based on schema changes, and assist in querying data using Prisma Client. The skill aims to streamline database interactions for developers working with Prisma-based applications.
When to use it
- Schema Generation: You need help creating the initial Prisma schema file (
schema.prisma) for a new project. - Migration Creation: Your database schema has changed, and you require assistance generating a Prisma migration file to update your database.
- Query Assistance: You're struggling with complex queries using Prisma Client and need help constructing the correct query syntax.
Key capabilities
- Prisma Schema Generation
- Database Migration Scripting
- Prisma Client Query Assistance
Example prompts
- "Generate a Prisma schema for a database with tables 'User', 'Post', and 'Comment'."
- "Create a migration to add a new column 'email' of type string to the User table."
- "Write a query using Prisma Client to fetch all posts by a specific author."
Tips & gotchas
The skill requires familiarity with database concepts and Prisma terminology. Providing clear and detailed instructions will yield more accurate and helpful results.
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.