What problem does it solve? Building complex claude.ai artifacts with state management, routing, or component libraries requires a full frontend toolchain, but artifacts must ship as a single self-contained HTML file. This Skill scaffolds a complete React + TypeScript + Tailwind + shadcn/ui project and bundles it into one shareable HTML file. ## Core Features & Use Cases - Project Scaffolding: The init script generates a Vite-based React + TypeScript project with Tailwind CSS, path aliases, and 40+ pre-installed shadcn/ui components. - Single-File Bundling: The bundle script uses Parcel and html-inline to inline all JavaScript and CSS into one self-contained HTML artifact. - Environment Handling: Automatically detects Node.js version and pins a compatible Vite version for Node 18. - Use Case: When a user asks for an interactive dashboard artifact with tabs, dialogs, and charts, scaffold the project, build the UI with shadcn/ui components, then bundle it into a single HTML file to share in the conversation. ## Quick Start Ask the assistant to build a complex React artifact with shadcn/ui components and bundle it into a single HTML file using the init and bundle scripts.