What problem does it solve? Writing correct and performant BigQuery code requires deep knowledge of SQL optimization rules, BigFrames library conventions, and the exact syntax of BigQuery ML/AI functions. This Skill provides routing to specialized reference guides so generated code follows Google's standards and avoids common mistakes. ## Core Features & Use Cases - Query Optimization: Applies column pruning, predicate pushdown, early aggregation, and mandatory rewrites like replacing IN subqueries with EXISTS. - BigFrames Code Generation: Produces valid BigFrames DataFrame code, avoiding anti-patterns like unnecessary to_pandas() calls, read_gbq() for SQL, and scikit-learn mixing. - BigQuery ML & AI Functions: Supplies exact syntax for AI.FORECAST, AI.EVALUATE, AI.GENERATE_TABLE, AI.GENERATE_EMBEDDING, VECTOR_SEARCH, contribution analysis, and remote model creation. - Use Case: Ask for a time-series forecast of daily sales by store, and receive a correct AI.FORECAST query with named arguments, proper FROM-clause placement, and the right output schema. ## Quick Start Use the BigQuery skill to write an optimized SQL query that forecasts next month's sales by region using AI.FORECAST.