List skills
Browse available design skills interactively and pull one in a single step:
npx typeui.sh list
The CLI shows a selection menu with all registry skills. Pick one, confirm, and it gets pulled into your project automatically.
How it works
- The CLI fetches the current registry index
- You select a skill from the list
- The CLI runs
pullfor that slug and writesSKILL.mdto your provider paths
It's the same as running npx typeui.sh pull <slug> — just without needing to know the slug upfront.
Options
Pass flags through to the underlying pull:
npx typeui.sh list --providers cursor,codex
npx typeui.sh list --dry-run
When to use list vs pull
| Scenario | Command |
|---|---|
| You know the slug | pull <slug> |
| You want to browse first | list |
For the full catalog with previews, visit the design skills page or the GitHub registry.