General
PromptBeginner5 minmarkdown
Untitled Skill
170
Tinybird TypeScript SDK for defining datasources, pipes, and queries with full type inference. Use when working with @tinybirdco/sdk, TypeScript Tinybird projects, or type-safe data ingestion and queries.
Loading actions...
Main instructions and any bundled files for this skill.
Guidance for using the @tinybirdco/sdk package to define Tinybird resources in TypeScript with complete type inference.
rules/getting-started.mdrules/configuration.mdrules/defining-datasources.mdrules/defining-endpoints.mdrules/typed-client.mdrules/low-level-api.mdrules/cli-commands.mdrules/connections.mdrules/materialized-views.mdrules/copy-sink-pipes.mdrules/tokens.mdnpm install @tinybirdco/sdknpx tinybird inittinybird dev (uses configured devMode, typically branch)tinybird build (builds against configured dev target)tinybird deploy (deploys to main/production)tinybird previewTypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks