tinybird

Guide building, testing, and deploying Tinybird datasources, pipes, and endpoints.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/z4nr34l/agent-setup --skill tinybird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tinybird
Source: https://github.com/z4nr34l/agent-setup/tree/main/shared/skills/tinybird
Command: npx skills add https://github.com/z4nr34l/agent-setup --skill tinybird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill encapsulates Tinybird tooling knowledge, prompts, and best practices to work efficiently with Tinybird projects including datasources, pipes, materialized views, endpoints, and deployments.

Core Features & Use Cases

  • Guidance on creating and editing Tinybird resources (datasources, pipes, endpoints, materialized views, sinks).
  • Prompts and rules for build, deploy, testing, and local-vs-cloud workflows.
  • Use Case: when starting a Tinybird project, generate a setup plan with recommended file structure and a step-by-step activation flow.

Quick Start

Use this Skill to scaffold Tinybird projects, generate standard rules for resources, and provide a step-by-step activation guide for a local-first deployment.

Frequently Asked Questions about tinybird

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Tinybird project with datasources and pipes?

To scaffold a Tinybird project, generate a recommended file structure for datasources and pipes, then follow a step-by-step activation flow for a local-first deployment. This ensures a fast, repeatable setup using safe, CLI-driven workflows.

What is the best way to manage local versus cloud workflows in Tinybird?

The best way to manage local versus cloud workflows in Tinybird is by applying CLI-driven rules for build, deploy, and testing. This provides safe governance and repeatable configurations without external dependencies.

How do materialized views work when building Tinybird endpoints?

Materialized views in Tinybird endpoints work by pre-computing data transformations within pipes to accelerate query performance. You create and edit these resources using best-practice configurations before deploying them.

Do I need external dependencies to deploy Tinybird datasources and endpoints?

No, you do not need external dependencies to deploy Tinybird datasources and endpoints. The workflow relies entirely on safe, CLI-driven configurations and best-practice prompts for building and testing.

How do I test Tinybird pipes before deploying to the cloud?

You test Tinybird pipes before cloud deployment by using local-first CLI workflows that enforce testing rules. This ensures your datasources, materialized views, and endpoints meet governance standards before activation.

When should I use Tinybird materialized views instead of standard pipes?

You should use Tinybird materialized views instead of standard pipes when you need to pre-aggregate or transform data for faster endpoint query performance. Standard pipes handle direct ingestion, while views optimize delivery.