開発
#data
tinybird-cli-guidelines
Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations.
DeepseekModel
キュレーション済みスキル
品質 良好 · 64
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=tinybirdco-tinybird-agent-skills-skills-tinybird-cli-guidelines-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name tinybird-cli-guidelines description Tinybird CLI commands, workflows, and operations. Use when running tb commands, managing local development, deploying, or working with data operations. Tinybird CLI Guidelines Guidance for using the Tinybird CLI (tb) for local development, deployments, data operations, and workspace management. When to Apply Running any tb command Choosing a development workflow (local, branch, or cloud) Local development with Tinybird Local Branch development with Tinybird Cloud branches Building and deploying projects Setting up CI/CD pipelines Appending, replacing, or deleting data Managing tokens and secrets via CLI Generating mock data Running tests Rule Files rules/development-workflows.md rules/cli-commands.md rules/build-deploy.md rules/local-development.md rules/branch-development.md rules/ci-cd.md rules/data-operations.md rules/append-data.md rules/mock-data.md rules/tokens.md rules/secrets.md Quick Reference CLI 4.0 workflow: configure dev_mode once, then use plain tb build and tb deploy . tb build targets your configured development environment ( branch or local ) in tinybird.config.json. tb deploy targets Tinybird Cloud production. Use --cloud / --local / --branch only as explicit manual overrides. Use tb info to check CLI context. Use tb endpoint data <pipe> to test endpoints (not tb pipe data ). Never invent commands or flags; run tb <command> --help to verify.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .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 / カスタム) |