From faos-data-engineer
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
How this skill is triggered — by the user, by Claude, or both
Slash command
/faos-data-engineer:sql-optimization-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-data-engineerTransforms 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.
Masters SQL query optimization, indexing strategies, and EXPLAIN analysis to eliminate slow queries. Use when debugging slow queries, designing schemas, or improving database performance.
Optimizes SQL queries, designs database schemas, and troubleshoots performance issues. Covers window functions, CTEs, indexing strategies, EXPLAIN ANALYZE interpretation, and query migration across PostgreSQL, MySQL, and SQL Server.