开发编程
#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.
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 / 自定义框架) |