About
This skill provides Claude with expert-level knowledge in database performance tuning, enabling it to transform slow, inefficient SQL queries into high-performance operations. It covers critical concepts like EXPLAIN plan interpretation, strategic index creation (including B-Tree, GIN, and GiST), and the resolution of common anti-patterns such as N+1 queries and inefficient pagination. By using this skill, developers can reduce database load, improve application response times, and design schemas that scale effectively with growing datasets.