Getting started

You need Node.js 18+ installed. That's it.

Run the CLI

npx typeui.sh generate

This walks you through a series of prompts about your design system — colors, fonts, spacing, components — and writes a SKILL.md file to your project. Your AI coding agents read that file and follow your design.

Want a ready-made design instead? Pull one from the registry:

npx typeui.sh pull paper

Commands

CommandWhat it does
generateCreate a new design skill from interactive prompts
updateChange specific fields without starting over
pull <slug>Download a curated design skill (Pro)
listBrowse and pull from available registry specs (Pro)
verifyVerify your license key
licenseShow cached license status
clear-cacheReset local cache (~/.typeui-sh)

You can skip the interactive provider picker with --providers and preview changes with --dry-run:

npx typeui.sh generate --providers cursor,claude-code --dry-run

Next steps