tinybird▌
tinybirdco/tinybird-agent-skills · updated Apr 8, 2026
Tinybird configuration rules, SQL patterns, and optimization guidance for datasources, pipes, endpoints, and materialized views.
- ›Covers 13 rule categories including project structure, datasource and pipe design, endpoint schemas, materialized views, copy pipes, connections, SQL best practices, and deduplication patterns
- ›Emphasizes local files as source of truth, MergeTree as default table engine, and SELECT-only SQL with strict parameter handling
- ›Provides optimization strategies: fil
Tinybird Best Practices
Guidance for Tinybird file formats, SQL rules, optimization patterns, and data modeling. Use this skill when creating or editing Tinybird datafiles.
When to Apply
- Creating or updating Tinybird resources (.datasource, .pipe, .connection)
- Writing or optimizing SQL queries
- Designing endpoint schemas and data models
- Working with materialized views or copy pipes
- Implementing deduplication patterns
- Reviewing or refactoring Tinybird project files
Rule Files
rules/project-files.mdrules/build-deploy.mdrules/datasource-files.mdrules/pipe-files.mdrules/endpoint-files.mdrules/materialized-files.mdrules/sink-files.mdrules/copy-files.mdrules/connection-files.mdrules/sql.mdrules/endpoint-optimization.mdrules/tests.mdrules/deduplication-patterns.md
Quick Reference
- Project local files are the source of truth.
- Build target comes from
tinybird.config.jsondev_mode(localorbranch). tb deploytargets Tinybird Cloud production.- Commands like
tb sqlandtb logsdefault to local unless--cloudor--branch=<branch-name>is set. - SQL is SELECT-only with Tinybird templating rules and strict parameter handling.
- Use MergeTree by default; AggregatingMergeTree for materialized targets.
- Filter early, select only needed columns, push complex work later in the pipeline.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★45 reviews- ★★★★★James Khan· Dec 16, 2024
I recommend tinybird for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- ★★★★★Ganesh Mohane· Dec 4, 2024
tinybird has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Sakshi Patil· Nov 23, 2024
Solid pick for teams standardizing on skills: tinybird is focused, and the summary matches what you get after install.
- ★★★★★William Johnson· Nov 19, 2024
Registry listing for tinybird matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Noor Mensah· Nov 7, 2024
Useful defaults in tinybird — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Hassan Lopez· Oct 22, 2024
tinybird is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Chaitanya Patil· Oct 14, 2024
We added tinybird from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Layla Chawla· Oct 10, 2024
tinybird fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Piyush G· Sep 21, 2024
tinybird fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Noor Okafor· Sep 21, 2024
Solid pick for teams standardizing on skills: tinybird is focused, and the summary matches what you get after install.
showing 1-10 of 45