SQL Explain

Community

Explain SQL plans and optimize performance.

Authorbtabaska
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Quickly understand why a SQL or SQLAlchemy query runs slowly by generating a clear execution plan explanation and highlighting bottlenecks such as slow joins, sequential scans, and missing indexes.

Core Features & Use Cases

  • Explain a query's execution plan for PostgreSQL, including cost estimates and key plan nodes.
  • Identify common performance patterns like nested loops, large seq scans, and lack of useful indexes.
  • Provide actionable optimization recommendations, including index suggestions and ORM query improvements applicable to code under api/src/db/ and api/src/services/.

Quick Start

Paste the target SQL text or select it in your editor and request an explanation of its execution plan and recommended optimizations.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: SQL Explain
Download link: https://github.com/btabaska/simpler-grants-documentation-automation/archive/main.zip#sql-explain

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.