What problem does it solve? Building mobile UIs with HeroUI Native requires learning its compound component patterns, Uniwind styling, and HSL theming, which differ significantly from HeroUI React web patterns. This Skill provides correct native implementation guidance and fetches up-to-date component documentation on demand. ## Core Features & Use Cases - Component Documentation Access: Fetch MDX docs, props, and examples for any HeroUI Native component via helper scripts or direct URLs. - Installation & Setup Guidance: Covers Expo setup, peer dependencies, provider wrapping, and global.css configuration for Uniwind. - Theme Variable Retrieval: Pull light/dark theme tokens in HSL format for custom theming. - Use Case: When building a React Native settings screen, use this Skill to get the correct Card compound component structure, semantic variants, and theme colors instead of mistakenly applying web patterns. ## Quick Start Ask the assistant to show how to implement a HeroUI Native Button with proper variants and theming in an Expo app.