What problem does it solve? HeroUI v3 introduced breaking changes from v2 (no Provider, compound components, Tailwind CSS v4), so outdated knowledge leads to broken implementations. This Skill provides correct v3 patterns and live documentation access for building React UIs with HeroUI. ## Core Features & Use Cases - v3 Implementation Guidance: Enforces correct patterns such as compound components, semantic variants, onPress handlers, and beta package installation. - Live Documentation Fetching: Scripts retrieve component docs (MDX), source code, CSS styles, theme variables, and the full component list from the HeroUI API with fallbacks to v3.heroui.com and GitHub. - Theming Support: Access oklch-based CSS variables and light/dark theme tokens for customization. - Use Case: When asked to add a Card or Modal to a Next.js app, the Skill fetches the current v3 component anatomy and props before writing code, avoiding deprecated v2 patterns like HeroUIProvider or framer-motion. ## Quick Start Ask the AI to build a HeroUI v3 Card component for a Next.js app and fetch the latest component documentation first.