If you're building Tinybird data pipelines and want type safety instead of wrestling with .datasource and .pipe files, this gives you the TypeScript SDK patterns. Covers the full workflow from defining datasources and endpoints with proper type inference to using the typed client for ingestion and queries. Includes the CLI commands (dev, build, deploy, preview), plus the less common stuff like Kafka connections, materialized views, and sink pipes. The type inference is the real win here since you get autocomplete and compile-time checks for your data schemas and query parameters. Just remember this is server-side only, so never expose your tokens in browser code.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-typescript-sdk-guidelines