If you're upgrading a HeroUI v2 app to v3, this skill walks you through the breaking changes: compound components replacing flat props, no more Provider wrapper, onPress instead of onClick, and a full styling overhaul for Tailwind v4. It includes scripts to fetch migration docs from staging, component-specific guides for Button, Card, Modal and others, and supports both full rewrites and incremental migrations using pnpm aliases. The documentation fetching approach is smart since v3 patterns are different enough that you shouldn't guess. Worth noting this targets a preview deployment, so you'll need to update the base URL once the migration docs go live on heroui.com.
npx skills add https://github.com/heroui-inc/heroui --skill heroui-migration