/bq-generate
Generate optimized BigQuery SQL from a natural language description. Pass a description of the data you need.
$ npx -y skills add justvinhhere/bigquery-expert --agent claude-codeShips with bigquery-expert. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/bq-generate
Context preview
What this command does when you run it.
Generate optimized BigQuery SQL from a natural language description. Pass a description of the data you need.
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
Other commands on bigquery-expert.
- /bq-design-table
Design a BigQuery table schema with optimal partitioning, clustering, and data types. Describe your data or paste a sample.
Open command - /bq-estimate-cost
Estimate the cost of a BigQuery query or table. Pass a query, file path, or table description.
Open command - /bq-explain
Explain a BigQuery feature, function, or concept with working examples. Pass the feature name or question.
Open command - /bq-optimize
Optimize BigQuery SQL by fixing all detected anti-patterns. Pass a file path or paste SQL directly.
Open command - /bq-review
Review BigQuery SQL for performance anti-patterns. Pass a file path or paste SQL directly.
Open command

