query-builder

Installation
SKILL.md

Query Builder

Convert natural language questions into SQL queries using the database schema.

When to Use

Activate when user asks questions like:

  • "Show me all users who signed up last month"
  • "Find orders greater than $100"
  • "Which products have low inventory?"
  • "Get the top 10 customers by total spend"

Workflow

1. Understand the Schema

Before generating SQL, always check the table structure:

Installs
101
Repository
clidey/whodb
GitHub Stars
4.9K
First Seen
Jan 22, 2026
query-builder — clidey/whodb