From dak
Guides BigQuery SQL query optimization, BigFrames Python code, and BigQuery ML/AI functions (classification, forecasting, text generation, embeddings, anomaly detection, semantic search).
How this skill is triggered — by the user, by Claude, or both
Slash command
/dak:developing-with-bigqueryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive guidance for BigQuery services, optimizations,
references/ai-ml/ai_classify.mdreferences/ai-ml/ai_detect_anomalies.mdreferences/ai-ml/ai_evaluate.mdreferences/ai-ml/ai_forecast.mdreferences/ai-ml/ai_function_best_practices.mdreferences/ai-ml/ai_generate.mdreferences/ai-ml/ai_generate_embedding.mdreferences/ai-ml/ai_generate_table.mdreferences/ai-ml/ai_if.mdreferences/ai-ml/ai_key_drivers.mdreferences/ai-ml/ai_score.mdreferences/ai-ml/ai_search.mdreferences/ai-ml/ai_similarity.mdreferences/ai-ml/ml_contribution_analysis.mdreferences/ai-ml/remote_models.mdreferences/ai-ml/vector_search.mdreferences/bigframes/BIGFRAMES.mdreferences/graph/graph_queries.mdreferences/graph/semantic_queries.mdreferences/sql/OPTIMIZATION.mdThis skill provides comprehensive guidance for BigQuery services, optimizations, and data handling. It acts as a routing table for specialized BigQuery topics.
[!IMPORTANT]
For general standards on running BigQuery in notebooks (SQL cells,
exportkeyword), see@skill:notebook-guidance.
[!IMPORTANT]
You MUST check the data size before deciding on which libraries to use. Use the data size to justify your decision.
Refer to the following resources for expert guidance on specific BigQuery features:
Performance and efficiency guidelines for BigQuery SQL. Includes rules for column pruning, pushdown, and materialization strategies.
Guidelines for generating valid BigFrames code for data manipulation, model development, and visualization.
Bigframes should be the default library/tool as it is more efficient than using the BigQuery Python client library.
Usage rules and syntax standards for all BigQuery AI/ML functions via SQL (Forecasting, Generative AI, Classification, etc.).
Best Practices: ai_function_best_practices.md
Functions Reference:
Guidelines and best practices for querying property graphs in BigQuery.
npx claudepluginhub gemini-cli-extensions/data-agent-kit-starter-pack --plugin dakExplains BigQuery-specific SQL features like STRUCT/ARRAY/UNNEST patterns, MERGE statements, scripting (DECLARE/IF/LOOP), BQML, vector search, with use cases, runnable examples, and pitfalls.
Provides guidelines for using BigQuery AI/ML functions (AI.FORECAST, AI.GENERATE, etc.) via standard SQL, preferring this skill over dedicated tools.
Guides BigQuery engineering with bq CLI for queries, table ops, data load/export; GoogleSQL syntax, functions, window funcs; partitioning, clustering, optimization.