What problem does it solve?
Bundling modern frontend artifacts into a portable, Claude-friendly HTML bundle can be tedious. This skill automates the end-to-end process from project initialization through bundling and inlining, removing manual setup steps and inconsistencies.
Core Features & Use Cases
- End-to-end bundling orchestration: initializes a React + TypeScript project, installs dependencies, builds with Parcel, and inlines assets into bundle.html.
- Environment-aware configuration: sets up Vite, Tailwind, and shadcn/ui components for consistent styling and routing in complex artifacts.
- Portable artifacts for Claude: outputs a single bundle.html suitable for sharing in conversations or embedding in docs, blogs, or demos.
- Use Case: when you need to present a sophisticated frontend prototype as a Claude artifact without exposing source code or external dependencies.
Quick Start
Run the bundle-artifact.sh script from the project root to generate a single HTML artifact.