tambo-ai / add-to-existing-project
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/add-to-existing-project && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2624" && unzip -o skill.zip -d .claude/skills/add-to-existing-project && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/add-to-existing-project/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Integrates Tambo into EXISTING React projects by detecting the tech stack and adapting installation. Use when adding Tambo to an existing app, integrating with current frameworks, or when the user has an existing codebase they want to add AI/generative UI to. For starting a NEW project from scratch, use start-from-scratch skill instead. For registering existing components, use add-components-to-registry skill.