Skills WIP
Teach your AI coding agent how to use Jazz with one command.
Jazz 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 erikthalen/jazzOr with npm / bun:
npx skills add erikthalen/jazz
bunx skills add erikthalen/jazzOnce installed, your agent will know how to reach for the right element and pattern when building UI with Jazz. 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.