Turns natural language into SQL queries across BigQuery, PostgreSQL, MySQL, and other dialects. You upload a schema file or describe your tables, then ask for what you need in plain English. It generates the query with comments, explains the logic, and suggests performance optimizations. Honestly most useful when you're working with an unfamiliar database or need to quickly translate a business question into a complex join without looking up syntax. The multi-dialect support is handy if you're jumping between different databases. It can also generate test scripts and sample data, which beats manually writing those out.
npx skills add https://github.com/phuryn/pm-skills --skill sql-queries