Back to skills

tinybird-best-practices

data

Encodes Tinybird file format rules, SQL constraints, and optimization patterns for datasources, pipes, endpoints, materialized views, and deduplication. Covers the full resource lifecycle from local d

Setup & Installation

npx skills add https://github.com/tinybirdco/tinybird-best-practices --skill tinybird-best-practices
or paste the link and ask your coding assistant to install it
https://github.com/tinybirdco/tinybird-best-practices
View on GitHub

What This Skill Does

Encodes Tinybird file format rules, SQL constraints, and optimization patterns for datasources, pipes, endpoints, materialized views, and deduplication. Covers the full resource lifecycle from local development to cloud deployment. Tinybird has its own templating syntax, strict SELECT-only SQL rules, and file format conventions that aren't in standard SQL or ClickHouse docs, so having the rules inline prevents constant context-switching to documentation.

When to use it

  • Working with tinybird best practices functionality
  • Implementing tinybird best practices features
  • Debugging tinybird best practices related issues