sql-optimizer
CommunitySQL query optimization and indexing.
Authorphysics91
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill analyzes SQL queries for performance bottlenecks, index usage, N+1 patterns, and join optimization to boost database performance.
Core Features & Use Cases
- Index usage analysis and recommendations
- SELECT optimization (specific columns, LIMIT)
- JOIN and subquery optimization
- N+1 detection and remediation
- Use Case: Optimize a slow join across orders and customers.
Quick Start
Run the SQL optimizer on query files to surface indexing and query-rewriting ideas.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: sql-optimizer Download link: https://github.com/physics91/claude-vibe/archive/main.zip#sql-optimizer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.