About
This skill empowers Claude to transform sluggish database operations into high-performance queries by applying systematic optimization techniques. It covers everything from interpreting EXPLAIN execution plans and implementing sophisticated indexing (B-Tree, GIN, Partial) to resolving common anti-patterns like N+1 queries and inefficient pagination. Whether you are designing a new schema or debugging a production performance bottleneck, this skill provides the domain-specific logic needed to reduce database load, improve application response times, and ensure scalability for growing datasets.