What problem does it solve?
Enable analysts and engineers to write correct, performant, and dialect-aware SQL without memorizing subtle syntax differences across Snowflake, BigQuery, Databricks, PostgreSQL, Redshift, and similar warehouses. The Skill reduces debugging time, avoids costly full-table scans, and helps translate queries between dialects while preserving intent.
Core Features & Use Cases
- Dialect-aware patterns: Provides idiomatic examples for date/time, string, JSON/array access, and semi-structured data in each major warehouse.
- Performance guidance: Recommends partitioning, clustering, appropriate functions, and explains EXPLAIN/ANALYZE output to optimize slow queries.
- Analytics templates: Includes ready patterns for CTE-driven pipelines, window functions, cohort retention, funnels, deduplication, and merges for Delta/transactions.
Quick Start
Use the sql-queries skill to write an optimized BigQuery query that computes monthly active users by cohort from an events table partitioned by event_date.