Teaches your AI agent how to build pages and features using CleenUI primitives.
The Builder skill is the workhorse — the one your agent calls whenever you ask it to add a feature, build a screen, or refactor existing UI to use CleenUI. It carries the catalog: which component fits which job, what variants exist, what props each accepts, and the layout patterns that work well together.
It also knows what not to do — when to compose primitives instead of bringing in a new dependency, when to use a Drawer vs. a Modal, when to reach for the DataGrid vs. a hand-rolled table. The result is consistent, idiomatic CleenUI code instead of approximated Tailwind.What the skill does
Common requests it handles well
To use the Builder skill in practice, register CleenUI in your AI editor — five-minute setup per tool, guides below.