bq-estimate-cost
Estimate the cost of a BigQuery query or table. Pass a query, file path, or table description.
Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample.
> /plugin marketplace add justvinhhere/bigquery-expert > /plugin install bigquery-expert@justvinhhere-bigquery-expert
How it fires
How this command gets triggered: by you, by Claude, or both.
/bq-design-tableContext preview
What this command does when you run it.
Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample.
description: Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample. argument-hint: "<data description or sample>"
Design an optimal BigQuery table schema using the `bigquery-schema-design` skill.
1. **Determine the input:**
2. **Gather context** by asking (if not already provided):
3. **Design the schema** using the `bigquery-schema-design` skill:
4. **Output the recommendation** in the standard schema design format:
A comprehensive BigQuery plugin for Claude Code. Five integrated skill areas that activate automatically -- writing queries, designing schemas, optimizing costs, detecting anti-patterns, and navigating BigQuery-specific features.
Repo: justvinhhere/bigquery-expert
Estimate the cost of a BigQuery query or table. Pass a query, file path, or table description.
Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question.
Generate optimized BigQuery SQL from a natural language description. Pass a description of the data you need.
Optimize BigQuery SQL by fixing all detected anti-patterns. Pass a file path or paste SQL directly.
Review BigQuery SQL for performance anti-patterns. Pass a file path or paste SQL directly.