关于
The Database Anti-Patterns skill equips Claude with specialized knowledge to audit your codebase for performance-draining database behaviors. It provides automated detection strategies for common issues like N+1 queries, unbounded fetches, and sequential execution patterns across popular ORMs like Prisma, Drizzle, and TypeORM. Beyond simple detection, it offers production-ready refactoring templates to optimize query parallelization, implement cursor-based pagination, and manage connection pools effectively, ensuring your backend remains scalable and responsive.