add-components-to-registry

Installation
SKILL.md

Add Components to Registry

Convert existing React components into Tambo-registered components that AI can render.

Quick Start

# Point to a component file or folder
/add-components-to-registry src/components/ProductCard.tsx
/add-components-to-registry src/components/cards/

Workflow

  1. Read component(s) - Analyze props, types, and purpose
  2. Generate Zod schema - Create propsSchema from prop types
  3. Write description - Help AI know when to use it
  4. Add to registry - Update lib/tambo.ts
Related skills

More from tambo-ai/tambo

Installs
106
Repository
tambo-ai/tambo
GitHub Stars
11.2K
First Seen
Feb 5, 2026