artifacts-builder

Create and bundle React/TypeScript HTML artifacts using Vite, Tailwind CSS, and shadcn/ui.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/mcauduro0/Macro_Trading --skill artifacts-builder-mcauduro0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifacts-builder
Source: https://github.com/mcauduro0/Macro_Trading/tree/main/.claude/skills/composio-artifacts-builder
Command: npx skills add https://github.com/mcauduro0/Macro_Trading --skill artifacts-builder-mcauduro0

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) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of sophisticated, multi-component HTML artifacts for Claude, enabling developers to build interactive and dynamic user experiences within the platform.

Core Features & Use Cases

  • Project Initialization: Quickly set up a new React project with pre-configured tools like Vite, Tailwind CSS, and shadcn/ui.
  • Component Integration: Seamlessly incorporates a wide range of shadcn/ui components for modern UI design.
  • Bundling: Compiles the entire application into a single, self-contained HTML file for easy sharing and deployment as a Claude artifact.
  • Use Case: Develop a complex data visualization dashboard or an interactive form builder that requires advanced state management and UI components, then bundle it into a single HTML file to present to the user.

Quick Start

Run the initialization script to create a new React project named 'my-artifact' and then bundle the code into a single HTML file.

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 and TypeScript project into a single HTML artifact?

You can bundle a React and TypeScript project into a single HTML file by running the initialization script to configure Vite, then using Parcel and html-inline to compile all assets into a self-contained HTML artifact.

Can I use shadcn/ui components when building complex Claude artifacts?

Yes, you can use shadcn/ui components when building complex Claude artifacts, as the Skill pre-configures a wide range of Radix UI primitives like dialogs, dropdowns, and sliders for dynamic interfaces.

Does Vite work with Tailwind CSS for bundling multi-component HTML files?

Vite works seamlessly with Tailwind CSS for bundling multi-component HTML files, providing the local development environment before Parcel compiles the application into a single HTML file.

What is the best way to initialize a React project for Claude artifact creation?

The best way to initialize a React project for Claude artifact creation is to run the provided shell script, which sets up a new project pre-configured with TypeScript, Vite, Tailwind CSS, and shadcn/ui.

How do I manage complex state and forms in a bundled HTML artifact?

To manage complex state and forms in a bundled HTML artifact, the Skill includes react-hook-form, Zod resolvers, and various Radix UI components to handle advanced state management and validation.