Skip to main content

SQL Query Optimizer

by DB Experts

Analyze and optimize SQL queries for performance with index suggestions and execution plan analysis.

About This Skill

Database optimization skill that analyzes SQL queries for performance bottlenecks and suggests improvements. Includes execution plan analysis, index recommendation engine, query rewriting suggestions, and N+1 detection. Supports PostgreSQL, MySQL, SQLite, and SQL Server with database-specific optimization strategies.

How to Install

# Clone or download the skill to your skills directory git clone https://github.com/alirezarezvani/claude-skills ~/.claude/skills/sql-query-optimizer

Or download the SKILL.md file directly and place it in your project's .claude/skills/ directory.

Tags

sqldatabaseoptimizationperformancepostgresql