add-components-to-registry
✓向 Tambo 注册现有的 React 组件,以便 AI 可以渲染它们。当用户想要将现有组件可供 AI 使用、注册用于生成 UI 的组件、将 React 组件转换为 Tambo 组件或提及 /add-components-to-registry 时使用。要创建新组件,请参阅组件技能。对于项目设置,请使用添加到现有项目或从头开始的技能。
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:
向 Tambo 注册现有的 React 组件,以便 AI 可以渲染它们。当用户想要将现有组件可供 AI 使用、注册用于生成 UI 的组件、将 React 组件转换为 Tambo 组件或提及 /add-components-to-registry 时使用。要创建新组件,请参阅组件技能。对于项目设置,请使用添加到现有项目或从头开始的技能。 来源:tambo-ai/tambo。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/tambo-ai/tambo --skill add-components-to-registry- 分类
- *创意媒体
- 认证
- ✓
- 收录时间
- 2026-02-18
- 更新时间
- 2026-02-18
快速解答
什么是 add-components-to-registry?
向 Tambo 注册现有的 React 组件,以便 AI 可以渲染它们。当用户想要将现有组件可供 AI 使用、注册用于生成 UI 的组件、将 React 组件转换为 Tambo 组件或提及 /add-components-to-registry 时使用。要创建新组件,请参阅组件技能。对于项目设置,请使用添加到现有项目或从头开始的技能。 来源:tambo-ai/tambo。
如何安装 add-components-to-registry?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/tambo-ai/tambo --skill add-components-to-registry 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/tambo-ai/tambo
详情
- 分类
- *创意媒体
- 来源
- skills.sh
- 收录时间
- 2026-02-18