This covers Tinybird's file-based workflow and SQL patterns across datasources, pipes, endpoints, and materialized views. You'll want it when you're writing those .datasource or .pipe files, optimizing queries, or setting up deduplication patterns. The guidance is opinionated in the right ways: project files are source of truth, filter early and select only what you need, use MergeTree by default. It handles the quirks too, like Tinybird's templating rules and how commands like tb sql default to local unless you explicitly target cloud or a branch. Good for teams that need consistent patterns across their real-time data pipelines.
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird