sql-query-optimizer Verified Gold

Verified Gold · 92/100 database v1.0.0 by Jeremy Longshore

Analyze and optimize SQL queries for better performance, suggesting indexes, query rewrites, and execution plan improvements

MIT License
Free Pricing

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)

optimizing-sql-queries SKILL.md 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.

Ready to use sql-query-optimizer?