Skills
Teach your AI coding agent how to use @erikt/ui with one command.
@erikt/ui ships a SKILL.md file. It gives agents like
Claude Code, Cursor, and Windsurf a short reference for every
component, the theming variables, and the HTML each pattern expects.
Install it into your project using the skills CLI:
pnpm dlx skills add erikthq/ui/packages/skillOr with npm / bun:
npx skills add erikthq/ui/packages/skill
bunx skills add erikthq/ui/packages/skillAfter that the agent reaches for the right element on its own. You don't have to explain the library in every prompt.
It is regenerated on every release, so it never drifts from the CSS. You can also just read it: SKILL.md on GitHub.