uiux-designer

Generates design systems and searches UI/UX guidelines via a BM25 engine over CSV knowledge bases.

Updated Aug 13, 2026
One-click install
npx skills add https://github.com/Viranya2006/Lumen --skill uiux-designer-viranya2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uiux-designer
Source: https://github.com/Viranya2006/Lumen/tree/main/SKILLS/uiux-designer
Command: npx skills add https://github.com/Viranya2006/Lumen --skill uiux-designer-viranya2006

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing the right visual style, color palette, typography, and layout pattern for a new UI project is time-consuming and error-prone, and teams often ship interfaces with accessibility and interaction mistakes. This Skill provides a searchable design knowledge base and an automated design system generator so every UI decision is grounded in documented guidelines. ## Core Features & Use Cases - Design System Generation: One command produces a complete recommendation covering page pattern, style, hex color palette, font pairing, effects, and anti-patterns for a given product type. - Multi-Domain BM25 Search: Query 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, landing page patterns, and chart recommendations ranked by relevance. - Stack-Specific Guidelines: Retrieve implementation best practices for 12 stacks including React, Next.js, Vue, Tailwind, SwiftUI, Flutter, and shadcn/ui. - Use Case: When asked to build a fintech dashboard, run the design-system command to get a professional style, trust-building colors, and typography, then search the ux domain for accessibility and animation rules before writing code. ## Quick Start Ask the AI to generate a design system for your project, for example: "Use the uiux-designer skill to generate a design system for a healthcare SaaS dashboard called MedPortal."

Frequently Asked Questions about uiux-designer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a design system for a new project?

Run search.py with your product keywords and the --design-system flag, optionally adding -p for a project name. The script searches product, style, color, landing, and typography domains, applies reasoning rules, and returns a complete recommendation with pattern, colors, fonts, and anti-patterns.

How do I search for color palettes or font pairings?

Use the --domain flag with color or typography and a descriptive query, such as "saas fintech" for palettes or "elegant luxury" for font pairings. Results are ranked by a BM25 algorithm and include hex values, Google Fonts URLs, and CSS import snippets.

Which frameworks and tech stacks are supported?

The skill provides stack-specific guidelines for 12 stacks: html-tailwind, react, nextjs, vue, nuxtjs, nuxt-ui, svelte, swiftui, react-native, flutter, shadcn, and jetpack-compose. Use the --stack flag with a keyword query to retrieve implementation rules.

Does the design system generator require external APIs or libraries?

No external APIs or third-party Python packages are required. The scripts use only the Python standard library (csv, re, math, argparse, json) and read local CSV data files, so it works offline with any Python 3 installation.

What output formats does the design system command support?

The --design-system flag supports two formats controlled by -f: ascii (default), which renders a terminal-friendly boxed summary, and markdown, which produces structured documentation with tables and checklists suitable for project docs.