Skip to main content

tinybird

Tinybird file formats, SQL rules, optimization patterns, and best practices for datasources, pipes, endpoints, and materialized views.

跳到安装

来源信息

仓库
tinybirdco/tinybird-agent-skills
最近来源活动
2026年7月29日 11:00
检测到的 SKILL.md 语言
英语
星标
20
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
15 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
tinybird
description
Tinybird file formats, SQL rules, optimization patterns, and best practices for datasources, pipes, endpoints, and materialized views.
# 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.md` - `rules/build-deploy.md` - `rules/datasource-files.md` - `rules/pipe-files.md` - `rules/endpoint-files.md` - `rules/materialized-files.md` - `rules/materialized-join-prefilter.md` - `rules/sink-files.md` - `rules/copy-files.md` - `rules/connection-files.md` - `rules/sql.md` - `rules/endpoint-optimization.md` - `rules/tests.md` - `rules/deduplication-patterns.md` ## Quick Reference - Project local files are the source of truth. - Build target comes from `tinybird.config.json` `dev_mode` (`local` or `branch`). - `tb deploy` targets Tinybird Cloud production. - Commands like `tb sql` and `tb logs` default to local unless `--cloud` or `--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.
在 GitHub 查看