// bundled skills · 02
frontend-heroui
Build HeroUI frontends: install @heroui/react, configure the provider/plugin and compose with library components.
Metadata
params source bundled Installed by default in the Okami-Agent repository. path file skills/frontend-heroui/SKILL.md triggers keywords heroui, frontend, UI, components, dashboard, landing loaded by tool use_skill loads the full SKILL.md when the task matches.
When to use
- The project selected HeroUI.
- The UI needs rich
@heroui/reactcomponents. - The gate expects provider and library imports.
When not to use
- ShadCN projects.
- Static HTML artifacts.
- Backend-only changes.
Recommended workflow
- Install
@heroui/react framer-motion. - Configure Tailwind plugin and
HeroUIProvider. - Import components from
@heroui/react. - Avoid inline CSS/hex.
- Run build.
Completion checks
- The workflow was followed.
- Relevant commands/tests/gates were run.
- The result cites real files or observable evidence when applicable.

