sql-query-optimizer
Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements
Installation
Open Claude Code and run this command:
/plugin install sql-query-optimizer@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Analyze and optimize SQL queries for better performance with index suggestions and query rewrites.
Features
- Query Analysis: Identify performance bottlenecks
- Index Recommendations: Suggest optimal indexes
- Query Rewriting: Provide optimized alternatives
- Execution Plan Review: Analyze EXPLAIN output
- Best Practices: Follow SQL optimization patterns
Skills (1) plugin-local skills
optimizing-sql-queries
View full skill →
Execute use when you need to work with query optimization.
ReadWriteEditGrepGlobBash(psql:*)Bash(mysql:*)Bash(mongosh:*)
How It Works
/optimize-query
Use Cases
Paste your slow query and get optimization suggestions with expected performance improvements.