git log --oneline --stat
HEAD
- Stars
- 1.5k
- Forks
- 70
- Updated
- Mar 30, 2026
repo --stat
stars
1.5k
forks
70
last update
Mar 30, 2026
license
MITv1.0.9
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add sql-query-wizard - Invoke
// Run from any project directory
$ claude --skill sql-query-wizard "query last week's signups" - Or copy this from the README
// extracted from a Usage / Example section
$ claude skills add sql-query-wizard > Schema: > CREATE TABLE orders (id bigserial PK, user_id bigint, > status text, created_at timestamptz); > Query:
sql-query-wizard/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- SQL Query Wizard
- slug:
- sql-query-wizard
- version:
- v1.0.9
- license:
- MIT
- author:
- @querycraft
- categories:
- tags:
- #postgres#mysql#indexes#explain
- description:
Write, explain, and optimize Postgres/MySQL queries with indexes and EXPLAIN analysis.
README.md
sql-query-wizard/README.md
6 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…