SYSTEM DOCUMENTATION & REQUIREMENTS
💡 This Skill requires parcel, @parcel/config-default, parcel-resolver-tspaths, html-inline, vite, tailwindcss, postcss, autoprefixer, @types/node, tailwindcss-animate, @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 scaffolding and tooling workflow to create Claude-ready frontend artifacts using React, Tailwind CSS, and shadcn/ui, simplifying the process of building multi-component interfaces and bundling them into a single artifact.
Core Features & Use Cases
- Project scaffolding: Create a ready-to-run React+Vite project tailored for Claude artifacts.
- Bundling to single HTML: Inlined assets to deliver a portable artifact for Claude conversations.
- UI toolkit integration: Integrates shadcn/ui components with Tailwind to accelerate UI development.
- Use Case: Build a Claude-rich artifact with multiple views, state management, and routing that can be dropped into a chat as a self-contained UI.
Quick Start
Use the artifact-skills workflow to initialize, develop, and bundle your project:
- Run: bash scripts/init-artifact.sh my-artifact
- Enter: cd my-artifact
- Build: bash scripts/bundle-artifact.sh
- Share: open bundle.html