heroui-native

Fetch HeroUI Native component docs, theming, and usage guides via Node scripts.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill heroui-native-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heroui-native
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/heroui-native
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill heroui-native-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

HeroUI Native documentation and tooling for mobile UI components, theming, and usage guides to accelerate development.

Core Features & Use Cases

  • Per-component MDX docs and API references for HeroUI Native components
  • Theme variables, theming guides, and setup instructions for React Native apps
  • Script-driven cataloging and retrieval of docs (list_components.mjs, get_component_docs.mjs, get_theme.mjs, get_docs.mjs)

Quick Start

Run node scripts/list_components.mjs to fetch the catalog, then view Button docs with node scripts/get_component_docs.mjs Button.

Frequently Asked Questions about heroui-native

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch HeroUI Native component documentation for React Native?

Fetch HeroUI Native component documentation by running the provided Node scripts, such as get_component_docs.mjs, to retrieve per-component MDX docs, API references, and usage guides for React Native apps.

How do I get a list of all available HeroUI Native mobile UI components?

List all available HeroUI Native mobile UI components by executing the list_components.mjs Node script, which fetches and renders the complete catalog for discovering all native components.

How do I retrieve theming variables and setup guides for HeroUI Native?

Retrieve HeroUI Native theming data and setup instructions by running the get_theme.mjs Node script, which fetches theme variables and theming guides specifically for React Native applications.

Do I need Node installed to use the HeroUI Native documentation scripts?

Yes, you need Node installed to execute the JavaScript scripts responsible for data retrieval, cataloging, and fetching MDX documentation for the HeroUI Native mobile UI components.

What happens if the HeroUI Native API is unavailable when running documentation scripts?

If the HeroUI Native API is unavailable, the documentation scripts include graceful fallbacks to ensure the data retrieval process for component docs and theming handles the interruption without failing.