turbo-transforms

Installation
SKILL.md

Turbo Transforms

Write, understand, and debug SQL, TypeScript, and dynamic table transforms for Turbo pipeline configurations.

Identify what the user needs (decode, filter, reshape, combine, custom logic, or lookup joins), then use the relevant section below. If generating a complete pipeline YAML (not just a transform snippet), always validate with goldsky turbo validate before presenting it to the user.

Reference files for specialized topics:

  • references/sql-functions.md — Complete Goldsky SQL function reference (decode, hash, U256, array, JSON, time)
  • references/evm-patterns.md — Advanced EVM patterns (decode-once-filter-many, UNION ALL, schema normalization)
  • references/typescript-transforms.md — TypeScript/WASM script transforms and handler transforms
  • references/dynamic-tables.md — Dynamic table transforms (allowlists, lookup joins)
  • references/solana-patterns.md — Solana instruction/log decoding and function examples

Transform Basics

YAML Structure

Related skills

More from goldsky-io/goldsky-agent

Installs
34
GitHub Stars
1
First Seen
Mar 9, 2026