Acerca de
The Database Query Optimizer is a specialized performance skill for Claude Code that identifies and resolves database bottlenecks. It provides deep analysis of execution plans, detects inefficient N+1 query patterns in popular ORMs like Django and Sequelize, and suggests precise indexing strategies to reduce query latency. By interpreting EXPLAIN ANALYZE output and identifying red flags like sequential scans or high-cost operations, this skill helps developers refactor slow queries into high-performance SQL and NoSQL operations.