The official Genkit skill for Node.js and TypeScript — flows, Dotprompt files, tools and the beta agent API with sessions, interrupts and branching.
BigQuery Basics
Summary
Google's official BigQuery skill — datasets, tables, jobs and SQL from the bq CLI, plus the reference set for IAM, Terraform, change history and continuous queries.
Features
- Correct `bq` CLI syntax for datasets, tables and query jobs
- Reference set covering IAM, governance and Terraform resources
- Change history via APPENDS/CHANGES and continuous streaming queries
- Client-library guidance for Python, Java, Node.js and Go
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
"Create a BigQuery dataset in the US multi-region, load this CSV into a partitioned table, and show me the top 10 rows by revenue."
Description
BigQuery has an unusually wide surface: the bq CLI, the SQL dialect, client libraries in four languages, Terraform resources, reservations, IAM roles and a governance model that all have to line up before a query runs. That is precisely the sort of territory where an agent produces plausible commands that fail.
This official skill from Google's own skills repository grounds the agent in the working set: enabling the API, creating datasets and tables from a JSON schema, running standard-SQL queries, and then a reference directory that covers storage types and BigQuery Studio, incremental change tracking with APPENDS and CHANGES, continuous queries over streaming data, client-library usage for Python, Java, Node.js and Go, Terraform for datasets, tables and reservations, and IAM roles and data-governance practice.
Use it when an agent needs to interact with BigQuery rather than write about it — building ingestion, standing up analytics, or reviewing someone else's dataset layout. It pairs with the BigQuery AI & ML skill in the same repository for forecasting, anomaly detection and text generation inside SQL.
Related Skills
An agentic software-development methodology: composable skills that push a coding agent through spec, plan, TDD and review instead of straight into code.
Tencent's skill-evolution harness: it rewrites a whole skill folder — SKILL.md, scripts and references together — and lands every decision as a real Git issue, PR and wiki entry you can review.
Take an OpenSearch search application from requirements to a running cluster — BM25, dense and sparse vectors, hybrid retrieval, agentic search and RAG, with relevance evaluation built in.