From antigravity-awesome-skills
Optimizes slow SQL queries using systematic patterns, proper indexing, EXPLAIN plan analysis, and N+1 fixes. Useful for debugging performance, schema design, reducing DB load, and improving scalability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:sql-optimization-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsTransforms slow database queries into fast operations through systematic optimization, proper indexing, and query plan analysis. Activates when debugging slow queries, designing schemas, or resolving N+1 problems.
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Masters SQL query optimization, indexing strategies, and EXPLAIN analysis to eliminate slow queries. Use when debugging slow queries, designing schemas, or improving database performance.