Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
Add this skill
npx mdskills install sickn33/sql-optimization-patternsWell-scoped domain but lacks actionable instructions beyond referencing an external playbook
1---2name: sql-optimization-patterns3description: Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.4---56# SQL Optimization Patterns78Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.910## Use this skill when1112- Debugging slow-running queries13- Designing performant database schemas14- Optimizing application response times15- Reducing database load and costs16- Improving scalability for growing datasets17- Analyzing EXPLAIN query plans18- Implementing efficient indexes19- Resolving N+1 query problems2021## Do not use this skill when2223- The task is unrelated to sql optimization patterns24- You need a different domain or tool outside this scope2526## Instructions2728- Clarify goals, constraints, and required inputs.29- Apply relevant best practices and validate outcomes.30- Provide actionable steps and verification.31- If detailed examples are required, open `resources/implementation-playbook.md`.3233## Resources3435- `resources/implementation-playbook.md` for detailed patterns and examples.36
Full transparency — inspect the skill content before installing.