Handles Prisma ORM issues across schema design, migrations, and query optimization. Runs environment detection to check your Prisma version, database provider, and migration status before diving in. Catches common problems like N+1 queries, relation misconfiguration, and migration conflicts in team environments. The playbooks are solid for debugging failed migrations and optimizing slow queries with proper includes and selects. Knows when to bail out to database specialists for raw SQL optimization. Good coverage of connection pooling issues in serverless deployments, though the transaction guidance feels incomplete.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill prisma-expert