What problem does it solve? Manually creating and configuring Google Cloud data pipeline resources across dev, staging, and prod environments is error-prone and inconsistent. This Skill automates declarative provisioning of BigQuery datasets, Dataform repositories, Dataproc clusters, and Data Transfer Service configs through a single deployment.yaml file. ## Core Features & Use Cases - Declarative Resource Provisioning: Define BigQuery datasets/tables, Dataform repositories, Dataproc clusters, and DTS transfer configs in one deployment.yaml file. - Environment Management: Map dev, staging, and prod environments to their own projects, regions, variables, and secrets. - Secure Secret Handling: Reference existing Secret Manager secrets via variable substitution without ever reading or hardcoding secret values. - Use Case: A data engineer needs to set up a new BigQuery dataset with a scheduled DTS ingestion transfer for the staging environment. The Skill discovers the project ID and region, generates the deployment.yaml with proper labels, validates it, and deploys it with gcloud. ## Quick Start Ask the agent to create a deployment.yaml that provisions a BigQuery dataset and table in the dev environment and deploy it using gcloud orchestration-pipelines.