artifacts-builder

Initialize React projects and bundle frontend artifacts into single HTML files.

Updated Jul 7, 2025
One-click install
npx skills add https://github.com/babe221-bot/studio --skill artifacts-builder-babe221-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts-builder
Source: https://github.com/babe221-bot/studio/tree/main/.kilocode/skills/artifacts-builder
Command: npx skills add https://github.com/babe221-bot/studio --skill artifacts-builder-babe221-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires parcel, @parcel/config-default, parcel-resolver-tspaths, html-inline, @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 provides a robust framework for creating sophisticated, multi-component HTML artifacts using modern frontend technologies, streamlining the development of complex user interfaces.

Core Features & Use Cases

  • Project Initialization: Quickly set up a new React project with Vite, TypeScript, Tailwind CSS, and shadcn/ui.
  • Component Integration: Includes over 40 pre-installed shadcn/ui components and Radix UI dependencies.
  • Bundling: Compiles the entire React application into a single, self-contained HTML file for easy sharing.
  • Use Case: Develop an interactive dashboard artifact with custom charts and data tables, then bundle it into a single HTML file to share with stakeholders.

Quick Start

Initialize a new project named 'my-dashboard' using the artifact builder script.

Frequently Asked Questions about artifacts-builder

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

FAQPage Schema
How do I bundle a React application into a single HTML file?

To bundle a React application into a single HTML file, this Skill uses Parcel and html-inline to compile the entire project, including Vite, TypeScript, and Tailwind CSS, into a self-contained artifact for deployment and sharing.

What is the best way to build complex frontend artifacts with shadcn/ui?

Building complex frontend artifacts with shadcn/ui is best handled by initializing a project with React, Vite, and Tailwind CSS pre-configured, providing over 40 Radix UI components for interactive dashboard development.

How do I set up a React Vite project with Tailwind CSS and shadcn/ui?

You can set up a React Vite project with Tailwind CSS and shadcn/ui by running the included shell script for project initialization, which automatically configures the environment and installs the necessary dependencies.

Can I use Radix UI components in a self-contained HTML artifact?

Yes, you can use Radix UI components in a self-contained HTML artifact. The framework pre-installs over 40 Radix UI dependencies and compiles them into a single file using Parcel and html-inline bundling.

Does Parcel work with Vite and TypeScript for bundling HTML artifacts?

Parcel works with Vite and TypeScript for bundling HTML artifacts by utilizing a custom Parcel configuration and parcel-resolver-tspaths to compile the React codebase into a single inline HTML file.