·add-to-existing-project
*

add-to-existing-project

tambo-ai/tambo

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.

49Installs·3Trend·@tambo-ai

Installation

$npx skills add https://github.com/tambo-ai/tambo --skill add-to-existing-project

SKILL.md

Detect tech stack and integrate Tambo while preserving existing patterns.

| Next.js | next in dependencies, next.config. exists | | Vite | vite in devDependencies, vite.config. exists | | Create React App | react-scripts in dependencies | | TypeScript | typescript in deps, tsconfig.json exists | | Tailwind | tailwindcss in deps, config file exists | | Plain CSS | No Tailwind, CSS files in src/ | | Zod | zod in dependencies |

| Other validation | yup, joi, superstruct in deps |

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. Source: tambo-ai/tambo.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tambo-ai/tambo --skill add-to-existing-project
Category
*Creative Media
Verified
First Seen
2026-02-18
Updated
2026-02-18

Quick answers

What is add-to-existing-project?

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. Source: tambo-ai/tambo.

How do I install add-to-existing-project?

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-to-existing-project 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