{
  "markdown": "# Tinybird Agent Skills\n\nA collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities for working with Tinybird.\n\nSkills follow the [Agent Skills](https://agentskills.io/) format.\n\nInstall with\n\n```bash\nnpx skills add tinybirdco/tinybird-agent-skills\n```\n\nUpdate with\n\n```bash\nnpx skills update\n```\n\n## Available Skills\n\n### Core project skills\n\nUse these for day-to-day Tinybird project work. They are safe defaults to keep enabled.\n\n#### tinybird-best-practices\n\nTinybird project guidelines from Tinybird Engineering. Contains 18 rule files covering datasources, pipes, endpoints, SQL, deployments, and testing.\n\n**Use when:**\n- Creating or updating Tinybird resources (.datasource, .pipe, .connection)\n- Working with queries, endpoints, or data exploration\n- Managing Tinybird deployments, secrets, or tests\n- Reviewing or refactoring Tinybird project files\n\n**Categories covered:**\n- Project structure and local development\n- Datasource, pipe, and endpoint files\n- SQL and query optimization\n- Build and deploy workflows\n- Testing and secrets management\n\n### CLI workflow skills\n\nUse these when operating Tinybird with the CLI (local dev, deployments, data ops) and the datafile (.pipe, .connection, .datasource) format\n\n#### tinybird-cli-guidelines\n\nTinybird CLI commands, workflows, and operations. Use when running `tb` commands, managing local development, deploying, or working with data operations.\n\n**Use when:**\n- Running any `tb` command\n- Local development with Tinybird Local\n- Building and deploying projects\n- Appending, replacing, or deleting data\n- Managing tokens and secrets via CLI\n- Generating mock data\n- Running tests\n\n### TypeScript SDK skills\n\nUse these when working with the `@tinybirdco/sdk` package and type-safe projects.\n\n#### tinybird-typescript-sdk-guidelines\n\nTinybird TypeScript SDK for defining datasources, pipes, and queries with full type inference. Use when working with @tinybirdco/sdk, TypeScript Tinybird projects, or type-safe data ingestion and queries.\n\n**Use when:**\n- Installing or configuring @tinybirdco/sdk\n- Defining datasources or pipes in TypeScript\n- Creating typed Tinybird clients\n- Using type-safe ingestion or queries\n- Running tinybird dev/build/deploy commands for TypeScript projects\n- Migrating from legacy .datasource/.pipe files to TypeScript\n\n### Python SDK skills\n\nUse these when working with the `tinybird-sdk` package and Python projects.\n\n#### tinybird-python-sdk-guidelines\n\nTinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.\n\n**Use when:**\n- Installing or configuring tinybird-sdk\n- Defining datasources, pipes, or endpoints in Python\n- Creating Tinybird clients in Python\n- Using data ingestion or queries in Python\n- Running tinybird dev/build/deploy commands for Python projects\n- Migrating from legacy .datasource/.pipe files to Python\n- Defining connections (Kafka, S3, GCS)\n- Creating materialized views, copy pipes, or sink pipes\n\n## Usage\n\nSkills are automatically available once installed. The agent will use them when relevant tasks are detected. You can use the agent cli to check, e.g., `amp skill list`, or directly ask the agent to tell you what skills are available.\n\n**Recommended defaults:**\n- Always enable `tinybird-best-practices` for general Tinybird project work.\n- Add `tinybird-cli-guidelines` whenever you plan to run `tb` commands.\n- Add `tinybird-typescript-sdk-guidelines` for TypeScript SDK projects.\n- Add `tinybird-python-sdk-guidelines` for Python SDK projects.\n\n**Examples:**\n- \"Create a datasource for user events\"\n- \"Optimize this endpoint for low latency\"\n- \"Set up tests for my endpoints\"\n\n## Skill Structure\n\nEach skill contains:\n- `SKILL.md` - Instructions for the agent\n- `rules/` - Individual guidance files\n",
  "bytes": 3898,
  "sha": "455e59c51f14b501461759b4c9f2d4e0aec794ea64e906fbf9b12c1023a34c9d",
  "repo_slug": "tinybirdco/tinybird-agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_tinybirdco_tinybird_agent_skills_skills__ef93500f/readme"
}