tinybird

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tinybird 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.md
  • rules/build-deploy.md
  • rules/datasource-files.md
  • rules/pipe-files.md
  • rules/endpoint-files.md
  • rules/materialized-files.md
  • rules/sink-files.md
  • rules/copy-files.md
  • rules/connection-files.md
  • rules/sql.md
  • rules/endpoint-optimization.md
  • rules/append-data.md
  • rules/mock-data.md
  • rules/tests.md
  • rules/secrets.md
  • rules/tokens.md
  • rules/cli-commands.md
  • rules/data-operations.md
  • rules/deduplication-patterns.md
  • rules/local-development.md
  • 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/sink-files.md
  • rules/copy-files.md
  • rules/connection-files.md
  • rules/sql.md
  • rules/endpoint-optimization.md
  • rules/append-data.md
  • rules/mock-data.md
  • rules/tests.md
  • rules/secrets.md
  • rules/tokens.md
  • rules/cli-commands.md
  • rules/data-operations.md
  • rules/deduplication-patterns.md
  • rules/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
    tb info
    to check CLI context.
  • CLI commands by default target Local; use
    tb --cloud <command>
    to target Cloud (production) and
    tb --branch <branch-name> <command>
    to target a specific branch in Cloud.
  • 项目本地文件为可信源;本地环境执行构建,云端执行部署。
  • SQL仅支持SELECT语句,遵循Tinybird模板规则与严格的参数处理机制。
  • 使用
    tb info
    查看CLI上下文。
  • CLI命令默认针对本地环境;使用
    tb --cloud <command>
    针对云端(生产环境)执行,使用
    tb --branch <branch-name> <command>
    针对云端特定分支执行。