Installing Skills
Add design system skills to your project with the TasteUI CLI.
Install
The CLI downloads design system skills to your local project. No global installation needed — use npx directly.
Install a design system skill
npx tasteui.dev add username/skill-nameSkills are saved to ./.agents/skills/{username}/{skill-name}/SKILL.md.
Usage
1
Install by author/skill
Use the author username and skill slug:
npx tasteui.dev add jane/vercel-precision2
Reference in your prompts
Once installed, tell your AI to use the skill:
Example prompt
"Use the jane/vercel-precision skill for this landing page — black and white, Geist font, ultra-minimal."Options
--path, -pCustom installation directory (default: ./.agents/skills/)--force, -fOverwrite existing files--dry-runPreview what would be installed without making changes