← All skills
Development
GeminiClaude
SQL Optimizer
Optimize SQL queries and database performance through execution plan analysis, index suggestions, and query rewriting for maximum efficiency.
A comprehensive SQL query optimization skill that helps you identify and fix performance bottlenecks in your database queries. Analyze execution plans, suggest optimal indexes, rewrite inefficient queries, detect N+1 query problems, and apply database-specific optimizations for PostgreSQL, MySQL, SQL Server, and more.
sqldatabaseperformanceoptimization
Share:
Version 1.0.0Updated Jan 27, 2026
Capabilities
Analyze query execution plans
Suggest index improvements
Rewrite inefficient queries
Identify N+1 query problems
Database-specific optimizations
Use Cases
Improving query performance
Database tuning
Identifying bottlenecks
Migration optimization
Add to your AI assistant
Choose your AI assistant and run the command in your terminal
Gemini
curl -fsSL https://skills.newth.ai/install.sh | bash -s -- gemini sql-optimizerCopyClaude
curl -fsSL https://skills.newth.ai/install.sh | bash -s -- claude sql-optimizerCopy