This is a solid specialist for anyone working with Prisma ORM who needs help beyond the basics. It covers the stuff that actually trips people up: N+1 queries, migration conflicts in team environments, connection pool exhaustion in serverless, and relation modeling mistakes that cause runtime errors. The playbooks are organized around real problems (not just features), with progressive fixes from quick patches to proper solutions. Includes working code examples for optimized queries, serverless connection management, and transaction patterns. What I like is that it knows when to bail and recommend a database-specific expert instead of pretending to be everything. If you're debugging a failed migration at 2am or wondering why your Vercel deployment keeps hitting connection limits, this will save you time.
npx skills add https://github.com/davila7/claude-code-templates --skill prisma-expert