bq-design-table
Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample.
Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question.
> /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-explainContext preview
What this command does when you run it.
Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question.
description: Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question. argument-hint: "<feature or question>"
Explain the requested BigQuery feature using the `bigquery-features` skill.
1. **Determine the feature to explain:**
2. **Explain the feature** using the bigquery-features skill, covering all four aspects:
3. **Cross-reference cost implications** using the `bigquery-optimization` skill when the feature affects cost or performance (e.g., MERGE DML quotas, BQML slot consumption, BI Engine reservations).
4. **Output format:**
## <Feature Name> ### What It Is <definition> ### When to Use <use cases> ### Example <working SQL> ### Pitfalls <gotchas and limits>
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
Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample.
Estimate the cost of a BigQuery query or table. Pass a query, file path, or table description.
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.