Skip to content
OpenAgentsbeta
yaml
1schema: 1
2name: sql-explain
3owner: openagents
4version: 1.0.0
5kind: skill
6title: Query Plan Reader
7summary: "Read an EXPLAIN plan, find the actual bottleneck, and propose the smallest index or rewrite that fixes it"
8license: MIT
9tags: [sql, performance, database, indexes, skill]
10runtimes: [claude-code, cursor, codex, openai-agents, generic]
11pricing:
12 model: free
13 amount_cents: 0
14 currency: usd
15entry: SKILL.md
16files:
17 - SKILL.md
18 - plan-nodes.md
19inputs:
20 - name: query
21 type: string
22 required: true
23 description: The slow SQL query
24 - name: engine
25 type: string
26 required: false
27 default: postgres
28 description: "postgres | mysql | sqlite"
29requires: []
30

Keyboard shortcuts

Focus search
/
Go to Explore
ge
Go to Home
gh
Go to Tags
gt
Go to Collections
gc
Show this help
?
Close suggestions or this dialog
Esc