sql-optimizer
Installation
SKILL.md
SQL Optimizer Skill
Purpose
Analyzes and optimizes SQL queries for performance, index usage, and best practices.
When to Use
- SQL query optimization
- Query performance review
- Index usage analysis
- N+1 query detection
- Slow query troubleshooting
Project Detection
.sqlfiles- Query strings in code
- Database migration files
- ORM query logs
Workflow
Related skills