Skip to main content
Run any Skill in Manus
with one click

sql-optimization

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

Overview

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

Install command
npx skills add https://github.com/applied-artificial-intelligence/claude-code-toolkit --skill sql-optimization

Copy and paste this command into Claude Code to install the skill

Stars72
Forks19
UpdatedNovember 1, 2025 at 23:59
SKILL.md
readonly