From sql-query-optimizer
Analyzes and optimizes SQL queries for improved performance by identifying bottlenecks, suggesting indexes, and proposing query rewrites.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sql-query-optimizer:sql-query-optimizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to analyze SQL queries, identify performance bottlenecks, and suggest optimizations such as index creation or query rewriting. It leverages the sql-query-optimizer plugin to provide actionable recommendations for improving database performance.
This skill empowers Claude to analyze SQL queries, identify performance bottlenecks, and suggest optimizations such as index creation or query rewriting. It leverages the sql-query-optimizer plugin to provide actionable recommendations for improving database performance.
This skill activates when you need to:
User request: "Optimize this SQL query: SELECT * FROM orders WHERE customer_id = 123 AND order_date < '2023-01-01';"
The skill will:
User request: "I need help optimizing a query that filters on product_category and price. Can you suggest any indexes?"
The skill will:
EXPLAIN can help the optimizer identify bottlenecks more effectively.This skill can be used in conjunction with other database management plugins to automate index creation and query rewriting based on the optimizer's suggestions.
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 sql-query-optimizer