Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tinybirdco avatar

Tinybird Cli Guidelines

  • 943 installs
  • 20 repo stars
  • Updated July 29, 2026
  • tinybirdco/tinybird-agent-skills

tinybird-cli-guidelines is an agent skill that encodes Tinybird CLI patterns for developers who ingest data, manage branches, and operate real-time analytics pipelines via the tb command.

About

tinybird-cli-guidelines is a skill from tinybirdco/tinybird-agent-skills that standardizes Tinybird CLI usage for agent-assisted analytics work. It documents tb datasource append with three ingestion paths: local --file, remote --url, and inline --events JSON payloads, plus tb --cloud targeting for Cloud versus Local defaults. Developers reach for it when scripting append jobs, streaming via v0/events, or wiring Kafka, S3, and GCS connectors during pipeline builds. The skill keeps CLI flags, datasource names, and cloud/local context consistent so automated workflows do not mis-target environments or append formats.

  • Three append methods: local file, remote URL, events payload via tb datasource append
  • Branch development workflow with isolated environments that optionally copy production data
  • Clear solo vs team guidance including when to prefer Local dev_mode over Cloud branches
  • Git-branch + Tinybird-branch workflow for safe schema and endpoint testing
  • Links to Kafka, S3, GCS connectors and streaming/batch HTTP endpoints

Tinybird Cli Guidelines by the numbers

  • 943 all-time installs (skills.sh)
  • +26 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #313 of 2,064 Data Science & ML skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-cli-guidelines

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs943
repo stars20
Security audit2 / 3 scanners passed
Last updatedJuly 29, 2026
Repositorytinybirdco/tinybird-agent-skills

How do you append data with the Tinybird CLI?

Follow consistent Tinybird CLI patterns when ingesting data, managing branches, and building real-time analytics pipelines inside agent-driven workflows.

Who is it for?

Data engineers and backend developers automating Tinybird ingestion, branches, and real-time analytics inside agent workflows.

Skip if: Teams not using Tinybird or projects that only need generic SQL warehouse CLI patterns without tb commands.

When should I use this skill?

The user mentions tb CLI, Tinybird datasource append, --cloud vs local, or ingesting files and events into Tinybird.

What you get

Appended rows in a Tinybird datasource via local file, remote URL, or inline events payload using documented tb flags.

  • Ingested datasource rows
  • CLI command snippets
  • Branch-aware pipeline steps

By the numbers

  • Documents 3 tb datasource append methods: --file, --url, and --events

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

FAQ

How many ways can tinybird-cli-guidelines append data?

tinybird-cli-guidelines documents three tb datasource append paths: local --file, remote --url, and inline --events JSON, each appending rows to an existing datasource.

How do you append to Tinybird Cloud with the CLI?

tinybird-cli-guidelines specifies tb --cloud datasource append to target Tinybird Cloud, because Local is the default when --cloud is omitted.

Is Tinybird Cli Guidelines safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Data Science & MLautomationagents

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.