database-query-optimizer

This skill optimizes database queries to fix N+1 problems, add indexes, and improve performance.Supports PostgreSQL, MySQL, MongoDB, Redis with ORMs (SQLAlchemy, Prisma, TypeORM, Mongoose).Detects slow queries, suggests indexes, rewrites inefficient queries, and adds eager loading.Activate when user says "optimize queries", "fix N+1", "slow database", "add indexes", or performance issues.Output: Optimized queries with indexes, eager loading, query analysis, and before/after benchmarks.

$ Installer

git clone https://github.com/MaciWP/CV_Astro /tmp/CV_Astro && cp -r /tmp/CV_Astro/.claude/skills/database-query-optimizer ~/.claude/skills/CV_Astro

// tip: Run this command in your terminal to install the skill