Prisma Upgrade V7
Automates Prisma schema migrations to version 7, ensuring compatibility and leveraging new features.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add prisma-upgrade-v7 npx -- -y @trustedskills/prisma-upgrade-v7
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"prisma-upgrade-v7": {
"command": "npx",
"args": [
"-y",
"@trustedskills/prisma-upgrade-v7"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Prisma Upgrade v7 skill enables AI agents to assist with upgrading a Prisma database schema from earlier versions to version 7. It provides guidance on migrating data models, updating configuration files, and ensuring compatibility with the latest Prisma features.
When to use it
- You're upgrading a project from Prisma v6 or earlier to v7 and need step-by-step instructions.
- Your team is encountering migration errors during schema updates and needs troubleshooting help.
- You want to ensure your Prisma configuration aligns with version 7 best practices.
Key capabilities
- Step-by-step migration guidance for Prisma schemas
- Compatibility checks for Prisma v7 features
- Troubleshooting common upgrade issues
Example prompts
- "Help me migrate my Prisma schema from v6 to v7."
- "What are the key changes I need to make in my prisma.schema.ts file when upgrading to v7?"
- "I'm getting an error during my Prisma v7 migration—how can I fix it?"
Tips & gotchas
- Ensure your current project is compatible with Prisma v7 before starting the upgrade.
- Always back up your database and schema files before performing any migration steps.
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 |
🏢 Official
Published by the company or team that built the technology.