Analyze query performance with EXPLAIN plan interpretation, bottleneck identification, and optimization recommendations
Installation
Open Claude Code and run this command:
/plugin install query-performance-analyzer@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Analyze query performance with EXPLAIN plan interpretation and optimization recommendations.
Features
- EXPLAIN Plan Analysis: Interpret execution plans
- Bottleneck Detection: Identify performance issues
- Index Recommendations: Suggest optimal indexes
- Metrics Interpretation: Understand performance metrics
- Cost Estimation: Predict query performance
Skills (1)
Execute use when you need to work with query optimization.
ReadWriteEditGrepGlobBash(psql:*)Bash(mysql:*)Bash(mongosh:*)
How It Works
The performance agent activates when discussing query performance, EXPLAIN plans, or optimization.
Use Cases
Paste your EXPLAIN output or slow query, and receive detailed analysis with specific optimization recommendations.