開発
#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.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |