sql-queries

Generate schema-aware SQL queries from natural language across multiple dialects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jupitermoney/pm-superic-skills --skill sql-queries-jupitermoney
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sql-queries
Source: https://github.com/jupitermoney/pm-superic-skills/tree/main/pm-data-analytics/skills/sql-queries
Command: npx skills add https://github.com/jupitermoney/pm-superic-skills --skill sql-queries-jupitermoney

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translating business questions into executable SQL across multiple dialects, reducing manual query writing and errors.

Core Features & Use Cases

  • Schema-aware query generation: reads provided schemas or documentation to produce accurate queries.
  • Multi-dialect support: BigQuery, PostgreSQL, MySQL, Snowflake, and more.
  • Explain and validate: returns explanations, testing guidance, and alternative approaches.

Quick Start

Give me your database schema and a natural-language description of the data you need, and I will generate the SQL.

Frequently Asked Questions about sql-queries

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SQL queries from natural language requirements?

To generate SQL queries from natural language, provide your database schema and a description of the data you need. The Skill translates these requirements into production-ready queries across multiple dialects, including filters, joins, and aggregations.

Can I use this to write SQL for BigQuery, PostgreSQL, MySQL, and Snowflake?

Yes, you can write SQL for BigQuery, PostgreSQL, MySQL, and Snowflake. This Skill supports multi-dialect query generation by applying your natural language requirements and schema to the specific target database dialect you specify.

Do I need to provide a database schema for natural language to SQL conversion?

Yes, you need to provide a database schema or diagram for accurate natural language to SQL conversion. The Skill is schema-aware, meaning it reads your provided schema to produce accurate, executable queries tailored to your specific database structure.

What is the best way to translate business questions into executable SQL without errors?

The best way to translate business questions into executable SQL without errors is using schema-aware query generation. Provide your schema and natural language data needs to receive production-ready queries, explanations, and alternative approaches.

Does the generated SQL include explanations and testing guidance?

Yes, the generated SQL includes explanations and testing guidance. Alongside the production-ready query, the Skill returns testing instructions and alternative approaches to help you validate the results and understand the applied filters, joins, and aggregations.

Who should use a natural language to SQL generator for data analysis?

Analysts, product managers, and engineers should use a natural language to SQL generator for data analysis. It reduces manual query writing and errors by translating business questions into executable SQL tailored to your database schema and dialect.