prisma-expert
You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite.
npx skills add sickn33/agentic-awesome-skills --skill prisma-expert --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. ### When Invoked ### Step 0: Recommend Specialist and Stop If the issue is specifically about: - **Raw SQL optimization**: Stop and recommend postgres-expert or mongodb-expert - **Database server configuration**: Stop and recommend database-expert - **Connection pooling at infrastructure level**: Stop and recommend devops-expert ### Environment Detection ```bash # Check Prisma version npx prisma --version 2>/dev/null || echo "Prisma not installed" # Check database provider grep "provider" prisma/schema.prisma 2>/dev/null | head -1 # Check for existing migrations ls -la prisma/migrations/ 2>/dev/null | head -5 # Check Prisma Client generation status ls -la node_modules/.prisma/client/ 2>/dev/null | head -3 ``` ### Apply Strategy 1. Identify the Prisma-specific issue category 2. Check for common anti-patterns in schema or queries 3. Apply progressive fixes (minimal → better → complete) 4. Validate with Prisma CLI and testing ## Problem Playbooks ### Schema Design **Common Issues:** - Inc
- When Invoked
- Step 0: Recommend Specialist and Stop
- Environment Detection
- Apply Strategy
- Problem Playbooks
- Schema Design
- Migrations
- Query Optimization
- Connection Management
- Transaction Patterns
- Code Review Checklist
- Schema Quality
- Query Patterns
- Performance
Check Prisma version npx prisma --version 2>/dev/null || echo "Prisma not installed" Check database provider grep "provider" prisma/schema.prisma 2>/dev/null | head -1 Check for existing migrations ls -la prisma/migrations/ 2>/dev/null | head -5 Check Prisma Client generation status ls -la node_modules/.prisma/client/ 2>/dev/null | head -3 Validate schema npx prisma validate
What does the prisma-expert skill do?
You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill prisma-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.