bigquery

Guide Google BigQuery query development, data modeling, and cost management.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/kumewata/dotfiles --skill bigquery-kumewata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bigquery
Source: https://github.com/kumewata/dotfiles/tree/main/config/agents/skills/bigquery
Command: npx skills add https://github.com/kumewata/dotfiles --skill bigquery-kumewata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BigQuery development and optimization require specialized guidance to craft efficient queries, design scalable data models, and manage costs across complex workloads.

Core Features & Use Cases

  • Comprehensive guidance on writing efficient GoogleSQL queries and data modeling (partitioning and clustering)
  • Performance optimization, cost management, and governance for BigQuery workloads
  • Support for BigQuery ML and external data sources integration

Quick Start

Run a sample bq query to validate your setup and inspect results.

Frequently Asked Questions about bigquery

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

FAQPage Schema
How do I optimize BigQuery query performance and reduce costs?

Optimize BigQuery performance and reduce costs by applying partitioning, clustering, and cost-aware patterns to your GoogleSQL queries. This guidance targets scalable data warehouse designs that minimize data scanned.

What is the best way to structure a scalable data warehouse in BigQuery?

The best way to structure a scalable BigQuery data warehouse is through guided data modeling. This involves designing efficient data schemas, implementing partitioning and clustering, and applying governance and access control.

Can I use BigQuery ML with external data sources for machine learning?

Yes, you can use BigQuery ML with external data sources. This integration allows you to build and train machine learning models directly within your data warehouse without moving your underlying datasets.

How do I manage access control and data privacy in BigQuery workloads?

Manage BigQuery access control and data privacy by applying governance best practices. This includes configuring data schemas, implementing access restrictions, and following operational reliability patterns for secure workloads.

Does this BigQuery guidance cover GoogleSQL syntax and standard SQL queries?

Yes, this BigQuery guidance covers GoogleSQL syntax and standard SQL query development. It provides comprehensive instructions for writing efficient queries that leverage BigQuery-specific functions and best practices.