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/evm-patterns.md— Advanced EVM patterns (decode-once-filter-many, UNION ALL, schema normalization)references/typescript-transforms.md— TypeScript/WASM script transforms and handler transformsreferences/dynamic-tables.md— Dynamic table transforms (allowlists, lookup joins)references/solana-patterns.md— Solana instruction/log decoding and function examples