Index live · v1.3.0 · MAY 26 2026
173+ skills indexed200+ MCP servers18+ platforms tracked
Tinybird project guidelines for datasources, pipes, endpoints, and SQL.
Claude CodeCodexCursorMulti Platform
18stars
Updated 14 days ago
6contributors
Install This Skill
npx skills add tinybirdco/tinybird-best-practices# Download SKILL.md and place in your agent's skills folder
curl -o SKILL.md https://github.com/tinybirdco/tinybird-agent-skills/tree/main/skills/tinybird-best-practices/raw/main/SKILL.md/skill add tinybirdco/tinybird-best-practicesSKILL.md
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
- Organizing project structure and data layers
- 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.
Synced from tinybirdco/tinybird-agent-skills@29ea495fetched May 24, 2026
Related Skills
Quick Stats
Source repo · this path Stars18
Forks1
Last commit2026-05-12
Contributors6
LicenseMIT
CategoryBackend
Author
T
Tinybird
@tinybirdco
Tags
tinybirdanalyticssqlreal-time