Pull skills
Download a ready-made design skill by slug:
npx typeui.sh pull [slug]
This fetches the SKILL.md file from the awesome-design-skills registry and writes it to your provider paths. No prompts — just a complete design system file your AI agents can follow immediately.
The registry
The registry is open-source on GitHub and currently includes 53+ design skills across 7 categories:
| Category | Skills |
|---|---|
| Modern & Minimal | clean, contemporary, flat, minimal, modern, mono, refined, shadcn, simple, sleek |
| Bold & Expressive | bold, brutalism, colorful, dramatic, energetic, expressive, neobrutalism, vibrant |
| Creative & Artistic | artistic, cafe, cosmic, creative, doodle, editorial, fantasy, friendly, publication, storytelling |
| Professional & Corporate | corporate, elegant, enterprise, luxury, material, premium, professional |
| Morphism & Effects | claymorphism, glassmorphism, gradient, neon, neumorphism, skeumorphism |
| Retro & Nostalgic | dithered, paper, retro, vintage |
| Layout & Structure | bento, levels, perspective, spacious |
| Themed & Unique | agentic, futuristic, pacman, tetris |
Browse and preview all of them on the design skills page.
Pull by slug
Every skill has a slug that matches its folder name in the registry:
npx typeui.sh pull paper
npx typeui.sh pull neobrutalism
npx typeui.sh pull enterprise
Target specific providers:
npx typeui.sh pull glassmorphism --providers cursor,claude-code
Preview without writing:
npx typeui.sh pull glassmorphism --dry-run
Browse interactively
Don't know the slug? Use list to pick one interactively:
npx typeui.sh list
See list skills for details.
What's inside a pulled skill
Each SKILL.md includes brand identity, style foundations (typography, colors, spacing), component families, accessibility rules, writing tone, do/don't rules, and quality gates. The format is the same as what generate produces — your agents treat them identically.
Contributing
The registry is open to contributions at github.com/bergside/awesome-design-skills.
Add a folder under skills/, include a SKILL.md, update index.json, and open a PR.