{"id":48244673,"url":"https://github.com/tinybirdco/tinybird-agent-skills","last_synced_at":"2026-04-04T20:29:20.123Z","repository":{"id":333742025,"uuid":"1135263195","full_name":"tinybirdco/tinybird-agent-skills","owner":"tinybirdco","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-26T15:00:48.000Z","size":69,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-26T21:13:22.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tinybirdco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T21:29:58.000Z","updated_at":"2026-02-26T15:02:13.000Z","dependencies_parsed_at":"2026-02-26T17:06:02.440Z","dependency_job_id":null,"html_url":"https://github.com/tinybirdco/tinybird-agent-skills","commit_stats":null,"previous_names":["tinybirdco/tinybird-agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinybirdco/tinybird-agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinybirdco%2Ftinybird-agent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinybirdco%2Ftinybird-agent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinybirdco%2Ftinybird-agent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinybirdco%2Ftinybird-agent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinybirdco","download_url":"https://codeload.github.com/tinybirdco/tinybird-agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinybirdco%2Ftinybird-agent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T20:29:19.020Z","updated_at":"2026-04-04T20:29:20.108Z","avatar_url":"https://github.com/tinybirdco.png","language":null,"funding_links":[],"categories":["Code \u0026 Developer Tools"],"sub_categories":[],"readme":"# 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinybirdco%2Ftinybird-agent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinybirdco%2Ftinybird-agent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinybirdco%2Ftinybird-agent-skills/lists"}