概要
The SQL Optimizer skill is a specialized tool for developers designed to fine-tune database performance directly within Claude Code. It provides in-depth analysis of SQL queries, identifying critical issues like full table scans, inefficient joins, and N+1 query patterns that degrade application speed. By leveraging EXPLAIN plan insights and best practices, it generates actionable recommendations for composite indexes, subquery refactoring, and schema-specific optimizations for PostgreSQL, MySQL, and SQLite, transforming slow-running queries into highly efficient database operations.