Package
The correct package to install is @base-ui/react.
Imports
Import components from @base-ui/react/<component-name>. For example, to import the Button component:
import { Button } from "@base-ui/react/button";

invoke this skill when build user interfaces with Base UI components
The correct package to install is @base-ui/react.
Import components from @base-ui/react/<component-name>. For example, to import the Button component:
import { Button } from "@base-ui/react/button";
Very brief SKILL.md with minimal content - only specifies the package name (@base-ui/react) and import syntax. Missing actual usage examples, component props, patterns, or any actionable guidance for building user interfaces. The skill is in a dedicated skills folder but is too sparse to be practically useful. Could benefit from usage examples, code snippets demonstrating component composition, and clarification on when to invoke this skill."