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

  1. The CLI fetches the current registry index
  2. You select a skill from the list
  3. The CLI runs pull for that slug and writes SKILL.md to 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

ScenarioCommand
You know the slugpull <slug>
You want to browse firstlist

For the full catalog with previews, visit the design skills page or the GitHub registry.