What problem does it solve? Writing SQL by hand is slow and error-prone, especially when you are not deeply familiar with a database's schema or dialect-specific syntax. This Skill converts plain-language business questions into ready-to-run SQL queries, so product managers, analysts, and engineers can get answers from data without memorizing syntax. ## Core Features & Use Cases - Natural Language to SQL: Describe the data you need in plain language and receive a commented, production-usable query. - Multi-Dialect Support: Generates queries for BigQuery, PostgreSQL, MySQL, Snowflake, and SQL Server, adapting syntax to your platform. - Schema-Aware Generation: Reads uploaded schema files, SQL dumps, or table descriptions to produce queries that match your actual tables, columns, keys, and relationships. - Optimization & Explanation: Includes performance suggestions (indexes, partitioning) and plain-language explanations of query logic, plus optional test scripts and sample data. - Use Case: Upload your database_schema.sql and ask for a query that finds users who registered in the last 30 days with at least 5 active sessions — you get the SQL, an explanation, and testing guidance. ## Quick Start Ask the agent to generate a BigQuery query that calculates average session duration per user for January 2026 based on your Users and Sessions tables.