tinybird
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseTinybird Agent Skills
Tinybird Agent技能
Reusable guidance extracted from Tinybird Code (the Tinybird CLI coding agent). Use this skill when working in Tinybird projects, editing datafiles, running build/deploy flows, exploring data, or managing tests/secrets.
从Tinybird Code(Tinybird CLI编码Agent)中提取的可复用指南。在处理Tinybird项目、编辑数据文件、运行构建/部署流程、探索数据或管理测试/密钥时,可使用此技能。
When to Apply
适用场景
- Creating or updating Tinybird resources (.datasource, .pipe, .connection)
- Working with queries, endpoints, or data exploration
- Managing Tinybird deployments, secrets, or tests
- Reviewing or refactoring Tinybird project files
- 创建或更新Tinybird资源(.datasource、.pipe、.connection)
- 处理查询、端点或数据探索工作
- 管理Tinybird部署、密钥或测试
- 评审或重构Tinybird项目文件
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/append-data.mdrules/mock-data.mdrules/tests.mdrules/secrets.mdrules/tokens.mdrules/cli-commands.mdrules/data-operations.mdrules/deduplication-patterns.mdrules/local-development.md
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/append-data.mdrules/mock-data.mdrules/tests.mdrules/secrets.mdrules/tokens.mdrules/cli-commands.mdrules/data-operations.mdrules/deduplication-patterns.mdrules/local-development.md
Quick Reference
快速参考
- Project local files are the source of truth; build for Local, deploy for Cloud.
- SQL is SELECT-only with Tinybird templating rules and strict parameter handling.
- Use to check CLI context.
tb info - CLI commands by default target Local; use to target Cloud (production) and
tb --cloud <command>to target a specific branch in Cloud.tb --branch <branch-name> <command>
- 项目本地文件为可信源;本地环境执行构建,云端执行部署。
- SQL仅支持SELECT语句,遵循Tinybird模板规则与严格的参数处理机制。
- 使用查看CLI上下文。
tb info - CLI命令默认针对本地环境;使用针对云端(生产环境)执行,使用
tb --cloud <command>针对云端特定分支执行。tb --branch <branch-name> <command>