turbo-pipelines

Create, configure, and update Turbo pipelines with YAML validation and deployment workflows.

1|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/goldsky-io/agent-skills --skill turbo-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-pipelines
Source: https://github.com/goldsky-io/agent-skills/tree/main/skills/turbo-pipelines
Command: npx skills add https://github.com/goldsky-io/agent-skills --skill turbo-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation, configuration, and updating of Turbo pipelines, reducing manual setup and errors.

Core Features & Use Cases

  • Guided deployment: Create and modify pipeline YAMLs with validation rules to ensure correctness.
  • Dataset discovery and secrets flow: Integrates with dataset exploration, secret management, and deployment workflows for blockchain data processing.
  • Templates and troubleshooting: Provides starter templates and troubleshooting guidance to accelerate onboarding.

Quick Start

Copy a minimal pipeline YAML from the included templates, validate with goldsky turbo validate, then deploy with goldsky turbo apply <filename>.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 pipeline deployment using YAML?

Automate blockchain pipeline deployment by defining data workflows in a structured YAML file, validating it with pre-deployment checks, and applying it to create or update pipelines. This reduces manual configuration and prevents deployment errors.

What's the best way to validate a Turbo pipeline YAML before deployment?

The best way to validate a Turbo pipeline YAML is to run a dedicated validation command that enforces pre-deployment rules. This ensures correctness and prevents errors before applying the configuration to your blockchain data pipelines.

How do I manage secrets when configuring blockchain data pipelines?

Manage secrets for blockchain data pipelines by integrating secret management workflows into your deployment configuration. This guides you through securely connecting datasets and required credentials within the pipeline setup.

Can I use starter templates to create a blockchain data pipeline quickly?

Yes, you can use included starter templates to quickly create a minimal blockchain data pipeline. Copy a template, validate the configuration, and deploy it to accelerate your onboarding process.

Why does my blockchain data pipeline fail to apply correctly?

A blockchain data pipeline might fail to apply due to invalid YAML configuration or missing secrets. Use the provided troubleshooting guidance and pre-deployment validation rules to identify and correct configuration errors.

Do I need to discover datasets manually before deploying a Turbo pipeline?

No, you do not need to discover datasets manually. The deployment workflow integrates dataset exploration, allowing you to find and configure the necessary blockchain data sources within the pipeline creation process.