Bq Generate banner
justvinhhere justvinhhere

Bq Generate

Data community

Description

--- description: Generate optimized BigQuery SQL from a natural language description. Pass a description of the data you need. argument-hint: "<description>" --- # BigQuery Query Generation Generate optimized BigQuery SQL using the `bigquery-query-generation` skill. ## Instructions 1. **Determine what SQL to generate** from the argument or current conversation context. If neither provides a clear description, ask the user what data they need. 2. **Gather schema context** if available. Check

Installation

Installs to ~/.claude/skills/justvinhhere-bigquery-expert-bq-generate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/justvinhhere-bigquery-expert-bq-generate && curl -fsSL https://raw.githubusercontent.com/justvinhhere/bigquery-expert/HEAD/commands/bq-generate.md -o ~/.claude/skills/justvinhhere-bigquery-expert-bq-generate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository