Bq Estimate Cost banner
justvinhhere justvinhhere

Bq Estimate Cost

Development community

Description

--- description: Estimate the cost of a BigQuery query or table. Pass a query, file path, or table description. argument-hint: "[query, file_path, or table description]" --- # BigQuery Cost Estimator Estimate the cost of a BigQuery query or table using the `bigquery-cost-optimization` skill. ## Instructions 1. **Determine the input type:** - If a `.sql` file path is provided, read that file to get the query. - If raw SQL is provided, use it directly. - If a table name or description

Installation

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

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

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

Full documentation available on GitHub

View Source Repository