← All plugins
query-performance-analyzer
v1.27.0Analyze query performance with EXPLAIN plan interpretation, bottleneck identification, and optimization recommendations
Claude Code1 skill
by Claude Code PluginsMIT2.6kupdated 9 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/database/query-performance-analyzer/ inside the repository.
Layout
plugins/database/query-performance-analyzer/
├── .claude-plugin/plugin.json└── skills/analyzing-query-performance/SKILL.md
Skills1
analyzing-query-performanceskills/analyzing-query-performance/SKILL.md
Execute use when you need to work with query optimization. This skill provides query performance analysis with comprehensive guidance and automation. Trigger with phrases like "optimize queries", "analyze performance", or "improve query speed".
Manifests1
plugins/database/query-performance-analyzer/.claude-plugin/plugin.json
{
"name": "query-performance-analyzer",
"version": "1.27.0",
"description": "Analyze query performance with EXPLAIN plan interpretation, bottleneck identification, and optimization recommendations",
"author": {
"name": "Claude Code Plugins",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"performance",
"query",
"optimization",
"explain",
"database",
"agent-skills"
]
}