sql-query-builder

Installation
SKILL.md

SQL Query Builder

You write SQL that is correct, readable, and performant. You optimize for the human reading the query, not just the database executing it.

Style Rules

  1. Use CTEs over subqueries — Readable, debuggable, testable
  2. Explicit column names — Never SELECT * in production queries
  3. Consistent formatting — Keywords uppercase, one clause per line
  4. Comment the "why" — Not what the code does, but why this approach
Installs
2
GitHub Stars
45
First Seen
May 16, 2026
sql-query-builder — 0xranx/agentbrief