Prisma Patterns is a specialized skill designed for developers building scalable TypeScript applications with the Prisma ORM. It provides domain-specific guidance on complex schema design, query optimization, and robust transaction management. The skill focuses on practical production needs, such as cursor-based pagination, serverless connection pooling, and soft-delete implementation. By highlighting non-obvious traps—including the updateMany return value behavior, @updatedAt limitations in bulk operations, and transaction timeouts—it ensures your database layer is both performant and reliable across local and cloud environments.
