概要
SQL Optimization Patterns is a comprehensive skill designed to transform slow database queries into high-performance operations by providing Claude with specialized knowledge in query tuning and schema design. It enables the systematic analysis of EXPLAIN plans, the implementation of sophisticated indexing strategies like partial and covering indexes, and the resolution of common performance bottlenecks such as N+1 query patterns. Whether you are debugging production latency, designing scalable schemas, or implementing batch operations, this skill provides the patterns necessary to reduce database load and improve application responsiveness across various SQL dialects.