概要
This skill empowers Claude to transform sluggish database operations into high-performance queries by applying systematic optimization techniques. It provides expert guidance on interpreting EXPLAIN plans, implementing various indexing types such as B-Tree, GIN, and GiST, and eliminating common bottlenecks like N+1 query anti-patterns. Whether you are debugging slow application response times, reducing database costs, or architecting a scalable schema for massive datasets, this skill provides the implementation patterns needed to ensure a performant and efficient database layer.