ui-ux-pro-max

Generates design system recommendations by searching UI/UX style, color, and typography databases.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/serguei9090/LogLensAi --skill ui-ux-pro-max-serguei9090
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/serguei9090/LogLensAi/tree/main/.agents/skills/ui-ux-pro-max
Command: npx skills add https://github.com/serguei9090/LogLensAi --skill ui-ux-pro-max-serguei9090

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Choosing consistent styles, color palettes, fonts, and layout patterns for a new web or mobile UI is time-consuming and often produces unprofessional results. This Skill provides a searchable design knowledge base that returns reasoned design system recommendations for any product type. ## Core Features & Use Cases - Design System Generation: Run a single query to get a complete recommendation covering layout pattern, style, color palette, typography, effects, and anti-patterns to avoid. - Domain-Specific Search: Query dedicated databases for styles, colors, charts, landing page patterns, typography, UX guidelines, and stack-specific best practices (React, Next.js, Vue, Tailwind, Flutter, and more). - Persistence with Master + Overrides: Save the generated design system to a MASTER.md file with optional per-page override files for hierarchical retrieval across sessions. - Use Case: When asked to build a landing page for a beauty spa, generate a full design system with elegant fonts, soft color palette, and conversion-optimized section order, then persist it for consistent multi-page builds. ## Quick Start Ask the AI to generate a design system for your project, for example: create a design system for a fintech dashboard with dark mode and persist it for the project.

Frequently Asked Questions about ui-ux-pro-max

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

FAQPage Schema
How do I generate a design system for a web app?▼

Run the search script with the --design-system flag and a query describing your product, such as "SaaS dashboard". It searches product, style, color, landing, and typography domains in parallel and returns a complete recommendation with pattern, colors, fonts, and anti-patterns.

What UI styles and color palettes are available?▼

The database contains dozens of style categories such as minimalism, glassmorphism, neumorphism, and brutalism, plus color palettes organized by product type like SaaS, healthcare, fintech, and e-commerce. Each entry includes hex values, effects, and accessibility notes.

Which frontend stacks are supported for guidelines?▼

Stack-specific guideline searches cover html-tailwind, react, nextjs, vue, svelte, swiftui, react-native, flutter, shadcn, and jetpack-compose. If no stack is specified, html-tailwind is used as the default.

Can I save the design system for use across multiple pages?▼

Yes, add the --persist flag to write a design-system/MASTER.md file as the global source of truth. Use --page to create page-specific override files under design-system/pages/ that take precedence over the master file.

What are the requirements to run the search script?▼

Python 3 is the only requirement, since the scripts use only the standard library (csv, re, json, pathlib). No external packages need to be installed, but the CSV data files must exist in the skill's data directory.