开发编程
#data
tinybird
Tinybird file formats, SQL rules, optimization patterns, and best practices for datasources, pipes, endpoints, and materialized views.
DeepseekModel
官方收录技能
质量 良好 · 64
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=tinybirdco-tinybird-agent-skills-skills-tinybird-best-practices-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
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.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |