·sql-optimizer
{}

sql-optimizer

physics91/claude-vibe

WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysis WHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuning WHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer

2Installs·0Trend·@physics91

Installation

$npx skills add https://github.com/physics91/claude-vibe --skill sql-optimizer

SKILL.md

Purpose Analyzes and optimizes SQL queries for performance, index usage, and best practices.

| Full table scan | Add appropriate index | CRITICAL | | Index not used | Check column order | HIGH | | Too many indexes | Consolidate indexes | MEDIUM | | Missing composite index | Add multi-column index | HIGH |

| SELECT | Select specific columns | HIGH | | Unnecessary columns | Remove unused columns | MEDIUM | | No LIMIT | Add LIMIT for large results | HIGH |

WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysis WHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuning WHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer Source: physics91/claude-vibe.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/physics91/claude-vibe --skill sql-optimizer
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is sql-optimizer?

WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysis WHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuning WHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer Source: physics91/claude-vibe.

How do I install sql-optimizer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/physics91/claude-vibe --skill sql-optimizer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/physics91/claude-vibe

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-01