Run npx ui-skills start to route an AI coding agent to the right UI skill for the current task.
Browse available skill categories and list skills within a specific category like motion.
Fetch a specific named skill, such as baseline-ui, to load into an agent's workflow.
| ibelick/ui-skills | a16z-infra/companion-app | elder-plinius/g0dm0d3 | |
|---|---|---|---|
| Stars | 5,955 | 5,954 | 5,956 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 1/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
The README is sparse, full details on individual skills are documented on the linked ui-skills.com website rather than in the repo itself.
UI Skills is a collection of skills aimed at design engineers, people who work at the intersection of interface design and front-end code. The README itself is quite brief and points readers to a companion website, ui-skills.com, for the fuller picture, so most of the detail about what these skills actually cover lives outside this repository rather than in the README text. What the README does explain is how to use the project through its command line tool. Running npx ui-skills start is meant to route an AI coding agent through whichever UI skill set fits the task at hand, rather than making the developer figure out which skill applies on their own. Other commands let you browse what is available: npx ui-skills categories lists the available categories, npx ui-skills list with a category flag such as motion lists skills within that category, and npx ui-skills get followed by a skill name, like baseline-ui, retrieves a specific skill so it can be pulled into an agent's context. Because the README is sparse, it is not fully clear from this file alone exactly what each individual skill contains or teaches, only that they are organized by category and can be pulled into an agent's workflow through this CLI. It also does not explain what technology or format the individual skill files use internally, beyond the fact that the project itself is written in TypeScript. With nearly 6,000 stars, it appears to be a popular reference point for people building AI coding agents that need structured guidance on UI and design work, but readers wanting the specifics of any given skill should check the linked website rather than this file alone. The project is released under the MIT license.
A CLI-distributed collection of UI and design skills that route an AI coding agent to the right guidance for interface work.
Mainly TypeScript. The stack also includes TypeScript, CLI, npx.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.