sql-gen
SKILL.md
SQL Generator
Describe what you want, get the SQL. Works with any database.
Quick Start
npx ai-sql "get all users who signed up this month and made a purchase"
What It Does
- Converts English to SQL
- Handles complex JOINs
- Adds proper WHERE clauses
- Optimizes for performance