Query Plan Reader
SkillFreeRead an EXPLAIN plan, find the actual bottleneck, and propose the smallest index or rewrite that fixes it
v1.0.0MIT1 download
npx openagents-cli add openagents/sql-explain --runtime claude-code| schema | 1 |
| name | sql-explain |
| owner | openagents |
| version | 1.0.0 |
| kind | skill |
| license | MIT |
| entry | SKILL.md |
| runtimes | claude-code, cursor, codex, openai-agents, generic |
| tags | sql, performance, database, indexes, skill |
| capabilities | — |
| pricing | free |
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | The slow SQL query |
| engine | string | No | postgres | mysql | sqlite |