web-artifacts-builder

Bundle React, TypeScript, and Tailwind frontend artifacts into a single HTML file.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/zircote/agents --skill web-artifacts-builder-zircote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-artifacts-builder
Source: https://github.com/zircote/agents/tree/main/skills/web-artifacts-builder
Command: npx skills add https://github.com/zircote/agents --skill web-artifacts-builder-zircote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires parcel, @parcel/config-default, parcel-resolver-tspaths, html-inline, vite, tailwindcss, postcss, autoprefixer, @types/node, tailwindcss-animate, class-variance-authority, clsx, tailwind-merge, lucide-react, next-themes, @radix-ui/react-accordion, @radix-ui/react-aspect-ratio, @radix-ui/react-avatar, @radix-ui/react-checkbox, @radix-ui/react-collapsible, @radix-ui/react-context-menu, @radix-ui/react-dialog, @radix-ui/react-dropdown-menu, @radix-ui/react-hover-card, @radix-ui/react-label, @radix-ui/react-menubar, @radix-ui/react-navigation-menu, @radix-ui/react-popover, @radix-ui/react-progress, @radix-ui/react-radio-group, @radix-ui/react-scroll-area, @radix-ui/react-select, @radix-ui/react-separator, @radix-ui/react-slider, @radix-ui/react-slot, @radix-ui/react-switch, @radix-ui/react-tabs, @radix-ui/react-toast, @radix-ui/react-toggle, @radix-ui/react-toggle-group, @radix-ui/react-tooltip, sonner, cmdk, vaul, embla-carousel-react, react-day-picker, react-resizable-panels, date-fns, react-hook-form, @hookform/resolvers, zod, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of packaging complex frontend artifacts (React + Tailwind + shadcn/ui) into a single, shareable HTML artifact for Claude workflows, eliminating multi-file distribution and setup friction.

Core Features & Use Cases

  • Bundles React-based projects into one HTML artifact for Claude conversations.
  • Inlines assets and supports deterministic builds, simplifying distribution of interactive UI.
  • Use Case: Share a fully styled, interactive UI that runs entirely in a Claude chat without external servers.

Quick Start

Bundle frontend artifacts into a single HTML artifact.

Frequently Asked Questions about web-artifacts-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle a React and Tailwind CSS project into a single HTML file?

You can bundle a React and Tailwind CSS project into a single HTML file using parcel to inline code, styles, and assets into one shareable HTML artifact for Claude delivery.

Can I package shadcn/ui components into a standalone HTML artifact?

Yes, you can package shadcn/ui components into a standalone HTML artifact. The Skill specifically bundles React, TypeScript, Tailwind CSS, and shadcn/ui projects into a single inlined HTML file.

Does bundling frontend artifacts with parcel support inlining assets like images?

Bundling frontend artifacts with parcel supports inlining assets. It builds React projects into a single inlined HTML file, eliminating multi-file distribution and external server dependencies.

What is the best way to share an interactive UI in a Claude chat without external servers?

The best way to share an interactive UI in a Claude chat without external servers is bundling it into a single HTML artifact. This packages the fully styled UI for direct execution.

Do I need pnpm to build an inlined HTML file from a React project?

Yes, you need pnpm to build an inlined HTML file from a React project using this Skill. It relies on pnpm-based tooling to install parcel and execute the deterministic build process.

Why does my React build output multiple files instead of a single bundle.html?

Your React build outputs multiple files instead of a single bundle.html when not using an inlining bundler. This Skill leverages parcel and html-inline to consolidate outputs into one shareable HTML artifact.