Skills
Teach your AI coding agent how to use @erikt/ui with one command.
@erikt/ui ships a SKILL.md file that gives agents like Claude
Code, Cursor, and Windsurf a concise reference for every component,
theming API, and HTML pattern in the library.
Install it into your project using the skills CLI:
pnpm dlx skills add erikthq/uiOr with npm / bun:
npx skills add erikthq/ui
bunx skills add erikthq/uiOnce installed, your agent will know how to reach for the right element and pattern when building UI with @erikt/ui. No prompting required.
The skill is kept in sync with the library and regenerated on every release. You can also read it directly: SKILL.md on GitHub.