What problem does it solve? Building complex, multi-component claude.ai HTML artifacts by hand is error-prone and limited when you need state management, routing, or a full component library. This Skill scaffolds a complete modern frontend project and bundles it into one self-contained HTML file ready to share as an artifact. ## Core Features & Use Cases - Project Scaffolding: Generates a fully configured React 18 + TypeScript + Vite project with Tailwind CSS, path aliases, and 40+ pre-installed shadcn/ui components. - Single-File Bundling: Uses Parcel and html-inline to compile the entire app (JavaScript, CSS, dependencies) into one portable bundle.html artifact. - Environment Handling: Auto-detects Node.js version (18+) and pins a compatible Vite version, with pnpm auto-installation. - Use Case: A user asks for an interactive dashboard artifact with tabs, charts, and dialogs. The Skill initializes the project, the agent develops the components using shadcn/ui, then bundles everything into a single HTML file shared directly in the conversation. ## Quick Start Ask the agent to build a complex interactive web artifact with React and shadcn/ui components, and it will initialize the project, develop the code, and deliver a single bundled HTML file.