Initialize Vite SPA project with React 19, TypeScript, and modern tooling
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.ai# Initialize Vite SPA Project Initialize a new React SPA with Vite, TypeScript strict mode, and modern tooling. Use the Task tool to launch the **component-builder** agent with instructions: 1. Ask user for project details using AskUserQuestion tool: - Project name - CSS solution (Tailwind CSS, CSS Modules, styled-components) - State management (Zustand, Jotai, none) - UI library (shadcn/ui, Radix UI, none) - Router (React Router, TanStack Router) - Package manager (npm, pnpm, yarn) 2. Create project using Vite: 3. Create project structure: 4. Update `tsconfi...