turbo-pipelines

Automate Turbo pipeline setup, validation, and deployment for blockchain data processing.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/herd-labs/subgraph-to-goldsky --skill turbo-pipelines-herd-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-pipelines
Source: https://github.com/herd-labs/subgraph-to-goldsky/tree/main/.claude/skills/turbo-pipelines
Command: npx skills add https://github.com/herd-labs/subgraph-to-goldsky --skill turbo-pipelines-herd-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly create, configure, and update Turbo pipelines for blockchain data processing, reducing setup time and enabling reliable deployment workflows.

Core Features & Use Cases

  • Create, configure, and update Turbo pipelines for data processing
  • Validate YAML with goldsky turbo validate before deployment
  • Use starter templates to accelerate deployment
  • Troubleshoot configuration and manage secrets, datasets, and sinks

Quick Start

  1. Install Goldsky CLI and the Turbo extension, then log in.
  2. Copy a template from templates/ (e.g., templates/minimal-erc20-blackhole.yaml) into your project.
  3. Run goldsky turbo validate pipeline.yaml
  4. Deploy with goldsky turbo apply pipeline.yaml -i

Frequently Asked Questions about turbo-pipelines

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

FAQPage Schema
How do I automate blockchain data pipeline deployment with YAML?

Automating blockchain data pipeline deployment involves using YAML configurations to define data processing workflows. You validate these configurations with goldsky turbo validate before applying them to deploy and manage pipelines across multiple environments.

What is needed to set up Turbo pipelines for blockchain data processing?

Setting up Turbo pipelines requires installing the Goldsky CLI and the Turbo extension, then logging in. You also need a YAML configuration file, which you can create from starter templates like minimal-erc20-blackhole.yaml, to define your data processing workflow.

How do I validate YAML configurations before deploying a pipeline?

Validating YAML configurations before deployment is done by running the goldsky turbo validate command on your pipeline file. This step ensures your configuration is correct and prevents deployment errors when you subsequently apply the pipeline.

Can I use starter templates to accelerate blockchain pipeline configuration?

Yes, starter templates accelerate blockchain pipeline configuration by providing pre-built YAML files. You can copy templates from the templates directory, such as the minimal-erc20-blackhole.yaml template, into your project and modify them to quickly create and deploy pipelines.

What steps are required to deploy a Turbo pipeline across multiple environments?

Deploying a Turbo pipeline requires copying a template into your project, validating the YAML configuration with goldsky turbo validate, and running goldsky turbo apply pipeline.yaml -i. This process manages secrets, datasets, and sinks across environments.