This is a workflow for building complex React artifacts that compile down to single HTML files you can share in Claude conversations. It scaffolds a full React + TypeScript + Tailwind + shadcn/ui project, lets you develop with proper tooling, then bundles everything into one self-contained file. The real value is in skipping the usual "just inline some jQuery" approach when you need actual state management or a component library. The scripts handle the Vite setup, pre-install 40+ shadcn components, and run Parcel to inline all assets. It even calls out avoiding "AI slop" design patterns like excessive purple gradients and centered layouts, which is refreshingly self-aware.
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill artifacts-builder