gcp-data-pipelines

Routes data pipeline requests to the appropriate Google Cloud tool skill.

9|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/jerrylin96/dotgemini --skill gcp-data-pipelines-jerrylin96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-data-pipelines
Source: https://github.com/jerrylin96/dotgemini/tree/main/skills/gcp-data-pipelines
Command: npx skills add https://github.com/jerrylin96/dotgemini --skill gcp-data-pipelines-jerrylin96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing the right Google Cloud tool for a data pipeline is confusing when options like dbt, Dataflow, Dataform, Spark, BigQuery DTS, and Cloud Composer overlap. This Skill removes that ambiguity by detecting existing pipelines in your workspace and guiding you to the correct specialized skill. ## Core Features & Use Cases - Workspace Detection: Scans for indicator files such as dbt_project.yml, workflow_settings.yaml, dataform.json, and Apache Beam or PySpark imports to identify existing pipelines. - Tool Selection Guidance: Presents a structured comparison of BigQuery DTS, dbt, Dataflow, Dataform, Spark (Dataproc Serverless), provisioning, and Cloud Composer orchestration options. - Run Request Clarification: Distinguishes between running a pipeline directly (e.g., dbt run, gcloud dataproc jobs submit) and deploying it via Cloud Composer orchestration. - Use Case: You open a repository containing a dbt_project.yml and ask to update the pipeline; the Skill detects dbt and routes directly to the dbt-bigquery skill without redundant questions. ## Quick Start Ask the assistant to help you build or run a data pipeline on Google Cloud and let it detect your workspace setup.

Frequently Asked Questions about gcp-data-pipelines

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

FAQPage Schema
How do I choose between dbt, Dataflow, and Dataform on Google Cloud?

Choose dbt for SQL-first teams with modular models and built-in tests running inside BigQuery, Dataflow for streaming and unified batch processing with Apache Beam, and Dataform for Google-native ELT with SQLX and GCP Console integration. The Skill presents these options and highlights the most likely fit based on your request.

How does the skill detect existing data pipelines in my workspace?

It scans for indicator files: dbt_project.yml for dbt, workflow_settings.yaml or dataform.json for Dataform, Apache Beam imports for Dataflow, PySpark imports for Spark, and deployment.yaml for orchestration. Unambiguous indicators route directly to the matching skill.

When should I use Cloud Composer for pipeline orchestration?

Use Cloud Composer when you need to schedule, deploy, or coordinate multiple existing pipelines such as dbt and Spark as a unified workflow. Requests mentioning scheduling, cron, or automation are routed to the gcp-pipeline-orchestration skill.

What is the difference between running a pipeline directly and orchestrating it?

Running directly executes the pipeline in your development environment using commands like dbt run or gcloud dataproc jobs submit. Orchestrating deploys the pipeline to a managed service like Cloud Composer and triggers it as part of a larger scheduled workflow.

Does a Python file in my repo mean I have a Spark pipeline?

Not necessarily. A .py file could be Spark, Airflow, or generic Python. The Skill confirms with you which pipeline type you are working with unless it finds an explicit indicator like a PySpark import.