概要
This skill transforms Claude into a database performance expert capable of diagnosing bottlenecks and optimizing relational database operations. It provides comprehensive guidance on interpreting EXPLAIN plans, implementing advanced indexing techniques like composite and partial indexes, and resolving the common N+1 query problem found in modern ORMs. Whether you are debugging slow production queries or architecting a new data model, this skill offers production-ready patterns for caching, connection pooling, and SQL refactoring to ensure your application remains scalable and efficient.