bigquery-and-dataform-platform-engineering

bigquery-and-dataform-platform-engineering is a skill for Claude Code, Codex from vaquarkhan/data-engineering-agent-skills. It costs 66 tokens per session (716 once invoked), scanned A, original, MIT.

A guide for building analytics data systems around BigQuery, Google's cloud data warehouse, and Dataform, a tool for managing SQL transformations. It also explains when to use other Google Cloud processing and orchestration services.

In plain words
What is it for?
Use it to design BigQuery tables, ingestion boundaries, Dataform workflows, partitioning, clustering, cost controls, and choices between BigQuery, Dataflow, Dataproc, dbt, or orchestration services.
Why use it?
It helps choose where data should be loaded, transformed, and scheduled instead of treating one service as the answer for every job.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design BigQuery tables, ingestion boundaries, Dataform workflows, partitioning, clustering, cost controls, and choices between BigQuery, Dataflow, Dataproc, dbt, or orchestration services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/data-engineering-agent-skills/bigquery-and-dataform-platform-engineering
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add vaquarkhan/data-engineering-agent-skills --skill bigquery-and-dataform-platform-engineering
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bigquery-and-dataform-platform-engineering

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/bigquery-and-dataform-platform-engineering.svg)](https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/bigquery-and-dataform-platform-engineering)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/bigquery-and-dataform-platform-engineering"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/bigquery-and-dataform-platform-engineering.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 716 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00716
Opus 5 $0.00033 $0.00358
Sonnet 5 $0.00013 $0.00143
Haiku 4.5 $0.00007 $0.00072

Measured 8d ago against content hash 15a4f1a64cd4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

bigquery-and-dataform-platform-engineering scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bigquery-and-dataform-platform-engineering/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BigQuery And Dataform Platform Engineering

Overview

Use this skill when BigQuery is the center of gravity for analytics engineering and data delivery on GCP. It helps agents decide what should run in BigQuery, what belongs in Dataform, and when the workflow should move to Dataflow, Dataproc, or external orchestration.

When to Use

  • designing or reviewing BigQuery physical models
  • deciding between Dataform, dbt, Dataflow, or Dataproc responsibilities
  • tuning partitioning, clustering, slots, and cost behavior
  • defining ingestion and transformation boundaries on GCP
  • building platform-native analytics workflows around BigQuery

Do not treat BigQuery as a universal default for every preprocessing and orchestration need.

Workflow

  1. Define the workload boundary. Clarify:

    • landing pattern
    • transformation complexity
    • latency requirements
    • governance and regional constraints
    • cost sensitivity
  2. Design BigQuery physical layout intentionally. Cover:

    • partitioning
    • clustering
    • dataset boundaries
    • publish layers
    • data retention and serving expectations
  3. Choose the transformation surface. Consider:

    • Dataform for warehouse-native SQL transformation workflows
    • dbt when the team already standardizes there
    • Dataflow or Dataproc when preprocessing or runtime requirements exceed warehouse-native fit
  4. Define orchestration and operations. Include:

    • where orchestration runs
    • slot and concurrency behavior
    • failure and rerun expectations
    • validation gates before publish
  5. Validate cost and governance behavior. Require:

    • slot or query cost awareness
    • service-account and secret controls
    • policy tags or governance metadata where needed
    • publish-readiness evidence

Common Rationalizations

Rationalization Reality
"Everything on GCP should run in BigQuery." Some preprocessing, streaming, or protocol-heavy work belongs in Dataflow, Dataproc, or upstream services.
"Dataform is just a SQL wrapper." It changes how transformation workflows, dependencies, testing, and deployment are managed.
"Partitioning and clustering can be tuned later." Poor physical design often becomes a long-term cost and performance tax.

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 83 lines · 66 tokens per session scan A 15a4f1a64cd4

Subscribe to this mod's changes

bigquery-and-dataform-platform-engineering is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (43 stars, last pushed 2mo ago), licensed MIT. It adds 66 tokens to every session and 716 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.