turbo-builder
Installation
SKILL.md
Pipeline Builder
Boundaries
- Build NEW pipelines. Do not diagnose broken pipelines — that belongs to
/turbo-doctor. - Do not serve as a YAML reference. If the user only needs to look up a field or syntax, use the
/turbo-pipelinesskill instead. - For dataset lookups, use
/datasets.
Walk the user through building a complete pipeline from scratch, step by step. Generate a valid YAML configuration, validate it, and deploy it.
Builder Workflow
Step 1: Verify Authentication
Run goldsky project list 2>&1 to check login status.
- If logged in: Note the current project and continue.
- If not logged in: Use the
/auth-setupskill for guidance.