This scaffolds a complete Tambo generative UI app in one shot. It asks you what you're building upfront (dashboard, chatbot, whatever), picks Next.js or Vite, then runs the whole setup without stopping: creates the project, handles OAuth through the CLI, generates starter components that match your use case, and spins up the dev server. The templates come pre-wired with TamboProvider and chat UI, so you're not piecing together boilerplate. It's built around a single prompt flow where all questions come first and execution happens in one go. Good for getting a working React app with AI-generated components running in under five minutes. If you're already in a Tambo project, use building-with-tambo instead.
npx skills add https://github.com/tambo-ai/tambo --skill generative-ui