write-script-bigquery

Create parameterized BigQuery queries and generate metadata for Windmill deployment.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aurumorinc/koda --skill write-script-bigquery-aurumorinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-bigquery
Source: https://github.com/aurumorinc/koda/tree/main/apps/koda-api/.claude/skills/write-script-bigquery
Command: npx skills add https://github.com/aurumorinc/koda --skill write-script-bigquery-aurumorinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of writing and managing BigQuery queries, making it easier to create and deploy complex queries without manual coding.

Core Features & Use Cases

  • Query Creation: Provides a structured format for writing BigQuery queries with named parameters.
  • Parameterization: Allows for dynamic query parameters, enhancing reusability and maintainability.
  • Deployment: Offers commands to generate metadata and deploy queries to the Windmill platform.
  • Use Case: Ideal for data analysts and engineers who need to frequently write and execute BigQuery queries, reducing the time spent on manual query creation.

Quick Start

Use the write-script-bigquery skill to create a new BigQuery script and generate metadata by running 'wmill generate-metadata'.

Frequently Asked Questions about write-script-bigquery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate BigQuery query creation with parameterization?

Automating BigQuery query creation is done by structuring queries with named parameters, allowing dynamic values to be passed in for reusability and easier maintenance without manual coding.

What is the best way to manage and deploy BigQuery queries?

The best way to manage BigQuery queries is using a structured format with metadata generation, offering specific commands to deploy the parameterized scripts directly to the Windmill platform.

Do I need the Windmill platform to generate metadata for BigQuery scripts?

Yes, generating metadata for BigQuery scripts requires running the 'wmill generate-metadata' command, which is designed to prepare and deploy the queries to the Windmill platform.

Can I use dynamic parameters in BigQuery scripts for data analysis?

Yes, you can use dynamic parameters in BigQuery scripts. Parameterization allows data analysts and engineers to reuse the same query structure with different values, enhancing productivity.

Why use a structured format for writing BigQuery queries?

Using a structured format for BigQuery queries streamlines the creation and deployment process. It reduces the time spent on manual query creation and minimizes errors by standardizing how scripts are written and managed.

BigQuery script management not working with manual coding?

Manual coding for BigQuery scripts often leads to slow creation and poor maintainability. Using a dedicated script management approach with parameterization and metadata generation resolves these workflow bottlenecks.