add-components-to-registry
✓Registers existing React components with Tambo so AI can render them. Use when user wants to make their existing components available to AI, register components for generative UI, convert React components to Tambo components, or mentions /add-components-to-registry. For creating NEW components, see the components skill. For project setup, use add-to-existing-project or start-from-scratch skills.
Installation
SKILL.md
Convert existing React components into Tambo-registered components that AI can render.
| string | z.string() | | number | z.number() | | boolean | z.boolean() | | string[] | z.array(z.string()) | | "a" \| "b" | z.enum(["a", "b"]) | | optional | .optional() | | Date | z.string().describe("ISO date string") | | Record | z.record(z.string(), z.number()) |
The description tells AI when to render this component. Be specific:
Registers existing React components with Tambo so AI can render them. Use when user wants to make their existing components available to AI, register components for generative UI, convert React components to Tambo components, or mentions /add-components-to-registry. For creating NEW components, see the components skill. For project setup, use add-to-existing-project or start-from-scratch skills. Source: tambo-ai/tambo.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tambo-ai/tambo --skill add-components-to-registry- Source
- tambo-ai/tambo
- Category
- *Creative Media
- Verified
- ✓
- First Seen
- 2026-02-18
- Updated
- 2026-02-18
Quick answers
What is add-components-to-registry?
Registers existing React components with Tambo so AI can render them. Use when user wants to make their existing components available to AI, register components for generative UI, convert React components to Tambo components, or mentions /add-components-to-registry. For creating NEW components, see the components skill. For project setup, use add-to-existing-project or start-from-scratch skills. Source: tambo-ai/tambo.
How do I install add-components-to-registry?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tambo-ai/tambo --skill add-components-to-registry Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tambo-ai/tambo
Details
- Category
- *Creative Media
- Source
- skills.sh
- First Seen
- 2026-02-18