What problem does it solve?
This Skill solves the problem of turning a multi-file React + Tailwind UI project into a single self-contained HTML artifact that can be pasted into Claude conversations without missing assets or setup friction.
Core Features & Use Cases
- Single-file HTML bundling: Produces a shareable bundle.html by installing bundling dependencies, building with Parcel, and inlining all assets into one HTML file.
- Modern UI starter generation: Bootstraps a React + TypeScript + Vite project configured for Tailwind CSS and shadcn/ui so you can focus on UI instead of configuration.
- Style safeguards for artifact quality: Encourages avoiding common “AI slop” layout and typography patterns to keep the output visually coherent.
Quick Start
Run the skill to bundle your React artifact by initializing the project with scripts/init-artifact.sh, building and inlining with scripts/bundle-artifact.sh, then sharing the generated bundle.html.