·add-components-to-registry
*

add-components-to-registry

tambo-ai/tambo

向 Tambo 註冊現有的 React 元件,以便 AI 可以渲染它們。當使用者想要將現有元件可供 AI 使用、註冊用於產生 UI 的元件、將 React 元件轉換為 Tambo 元件或提及 /add-components-to-registry 時使用。若要建立新組件,請參閱組件技能。對於專案設置,請使用新增至現有專案或從頭開始的技能。

59安裝·5熱度·@tambo-ai

安裝

$npx skills add https://github.com/tambo-ai/tambo --skill 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