CollectUICollectUI

Agent Skills

Install HeroUI Pro skill packs for AI tools so agents can write higher-quality code from the start.

HeroUI Pro provides Skills: local knowledge packs that teach AI agents how to use Pro components correctly. They include component patterns, API conventions, and design principles.

Skills are cached locally, available offline, and loaded when the agent starts. They work best together with Local MCP, which provides live component data.

Install Skills in the same environment where your AI coding agent runs.

Install

curl -fsSL https://hp-skills.932324.xyz/install | \
  HEROUI_PERSONAL_TOKEN=<your_personal_token> bash -s undefined

Usage

After installation, restart your agent session so it can discover the new skill files.

Ask the agent to use the HeroUI Pro skill when building or refactoring UI.

Ask Codex to follow the installed HeroUI Pro skill for component usage and project conventions.

On this page