Prisma
Queries complex relational databases using natural language, translating requests into optimized SQL queries for fellipeutaka users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fellipeutaka-prisma npx -- -y @trustedskills/fellipeutaka-prisma
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fellipeutaka-prisma": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fellipeutaka-prisma"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides access to Prisma, a Node.js ORM (Object-Relational Mapper) that simplifies database interactions. It allows AI agents to connect to and query relational databases like PostgreSQL, MySQL, SQLite, and SQL Server using a type-safe TypeGraphQL API. Prisma handles the complexities of raw SQL queries, offering an intuitive developer experience for data management tasks within your agent's workflow.
When to use it
- Data Retrieval: Your AI agent needs to fetch customer order history from a PostgreSQL database.
- Content Management: An agent managing a blog requires updating post titles and content stored in a MySQL database.
- User Profile Updates: An agent assisting users wants to update their profile information, which is persisted in an SQLite database.
- Inventory Management: An e-commerce agent needs to query product availability from a SQL Server database.
Key capabilities
- Type-safe API for database interactions.
- Support for multiple relational databases (PostgreSQL, MySQL, SQLite, SQL Server).
- Automatic code generation based on database schema.
- Database migrations management.
Example prompts
- "Fetch all users from the 'users' table."
- "Update the product price in the 'products' table to $19.99."
- "Create a new order record with customer ID 123 and total amount $50."
Tips & gotchas
- Requires Node.js environment for execution.
- Prerequisites include having a Prisma schema file defined for your database.
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.