sql-writer
SKILL.md
SQL Writer
Nobody memorizes SQL syntax. You know what data you want, you just can't remember if it's LEFT JOIN or INNER JOIN or whether the WHERE clause goes before GROUP BY. This tool takes plain English and gives you the exact SQL query you need.
One command. Zero config. Just works.
Quick Start
npx ai-sql "get all users who signed up this month"
What It Does
- Converts plain English descriptions to working SQL queries
- Supports multiple SQL dialects including PostgreSQL, MySQL, and SQLite
- Accepts table schema context for more accurate queries
- Outputs clean, properly formatted SQL ready to run