tambo-aitambo-aiOfficial·16 Agent Skills Included

tambo

Build React apps where AI renders and updates your UI components

Builds generative UI apps where AI agents render and update React components from natural language requests. Handles streaming props, conversation state, tool execution, and MCP integrations without manual wiring. Scaffolds new projects, registers components with Zod schemas, and adds chat interfaces through a single CLI. Works with OpenAI, Anthropic, Gemini, and other providers via hosted cloud or self-hosted backend.
npx skills add tambo-ai/tambo --all -g -y
Available:

Directs the AI agent to follow the root AGENTS.md as the source of truth for monorepo architecture, coding standards, and workflows when building or modifying Tambo packages and skills.

All Skills in This Repository (16)

Pure Emerald Level Indicators
📦 In Repo
tambo-aitambo-ai

building-with-tambo

Integrates Tambo generative UI into existing React, Next.js, and Vite applications.

Official
Advanced
📦 In Repo
tambo-aitambo-ai

generative-ui

Scaffolds new Tambo generative UI React apps with registered components and CLI authentication.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

building-settings-ui

Guides placement and styling of settings sections in the Tambo Cloud dashboard.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

validating-accessibility

Validates React TSX components against accessibility standards using grep-based violation checks.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

api-resource-lifecycle

Implements CRUD operations with cascading deletes, validation errors, and orphan prevention for API resources.

Official
Advanced
📦 In Repo
tambo-aitambo-ai

add-to-existing-project

Detect an existing React project's tech stack and automate Tambo integration and provider wiring.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

component-rendering

Render streaming UI props and persistent state for Tambo-based React components.

Official
Basic
📦 In Repo
tambo-aitambo-ai

start-from-scratch

Recommend stacks and setup steps for starting a new Tambo project.

Official
Advanced
📦 In Repo
tambo-aitambo-ai

cli

Automate Tambo project setup and component management via CLI.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

components

Register AI-driven UI components with TamboProvider and propsSchema.

Official
Basic
📦 In Repo
tambo-aitambo-ai

threads

Manage multi-thread chat state with React hooks for messages, suggestions, and voice input.

Official
Intermediate
📦 In Repo
tambo-aitambo-ai

add-components-to-registry

Register React components with Tambo registry and generate Zod prop schemas.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Tambo?

Run `npx skills add tambo-ai/tambo --all -g -y` in your terminal to install all skills in this suite globally.

What is generative UI in React?

Generative UI lets an AI agent pick your registered React components and stream props into them based on user messages. For example, asking 'show sales by region' renders your chart component with live data.

How do I add AI chat to an existing React app?

The building-with-tambo skill detects your stack, installs @tambo-ai/react, wires the TamboProvider, and adds a pre-built chat interface via the tambo CLI.

Which LLM providers does Tambo support?

Tambo works with OpenAI, Anthropic, Google Gemini, Mistral, Groq, Cerebras, and any OpenAI-compatible provider. You bring your own API key.

Can I self-host Tambo instead of using Tambo Cloud?

Yes. The same backend runs on your own infrastructure via Docker, giving you full control over conversation state and agent execution.

Related Repositories in Software Engineering

View All in Software Engineering