From query-performance-analyzer
Analyzes database query performance using EXPLAIN plans to identify bottlenecks like missing indexes and inefficient joins, then suggests optimization strategies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/query-performance-analyzer:query-performance-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to act as a database performance expert. By analyzing EXPLAIN plans and query metrics, Claude can pinpoint inefficiencies and recommend targeted improvements to database queries.
This skill empowers Claude to act as a database performance expert. By analyzing EXPLAIN plans and query metrics, Claude can pinpoint inefficiencies and recommend targeted improvements to database queries.
This skill activates when you need to:
User request: "Here's the EXPLAIN plan for my slow query. Can you help me optimize it? EXPLAIN SELECT * FROM orders WHERE customer_id = 123 AND order_date > '2023-01-01';"
The skill will:
customer_id or order_date, and suggest creating appropriate indexes.User request: "My query is taking a long time. It's a simple SELECT statement, but it's still slow. What could be the problem?"
The skill will:
This skill integrates well with other database tools and plugins within the Claude Code ecosystem. For example, it can be used in conjunction with a database schema explorer to identify potential indexing opportunities or with a query builder to rewrite inefficient queries.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin query-performance-analyzer