skill ✓ Verified
SQL Optimization
Make slow queries fast — read the query plan, index for the access pattern, and kill N+1s and needless scans. Use when a query is slow or designing indexes.
npx @aiskillet/cli add sql-optimization --target claude-code
Install once: npm i -g @aiskillet/cli — then it works in whatever tool you use.
The same skill, compiled to each target's native format.
- Author
- @aiskillet
- Source
- aiskillet/cookbook/tree/main/skills/sql-optimization
- Targets
- claude-code
- License
- MIT
- Tags
- data-ml, sql, performance