ui-ux-pro-max

Generates design systems and UI/UX guidance from a searchable CSV design knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Choosing colors, typography, layout patterns, and styles for a new interface is slow and inconsistent without design expertise. This Skill provides a searchable design intelligence database and a reasoning engine that produces complete design system recommendations for any product type. ## Core Features & Use Cases - Design System Generator: Aggregates product, style, color, landing pattern, and typography data into a complete design system with hex palettes, font pairings, effects, anti-patterns, and a pre-delivery checklist, with optional persistence to a MASTER.md plus page-override files. - BM25 Search Engine: Searches 10 domains (styles, colors, charts, landing patterns, products, UX guidelines, typography, icons, React performance, web interface) and 13 stack-specific guideline sets (React, Next.js, Vue, Svelte, SwiftUI, Flutter, Tailwind, and more). - Use Case: Ask to build a landing page for a fintech product, and the Skill returns a recommended pattern, style, color palette, typography pairing, effects to apply, anti-patterns to avoid, and stack-specific implementation guidelines. ## Quick Start Ask the assistant to generate a design system for your product, for example: build a landing page for my SaaS dashboard with a dark mode style.

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 my product?

Run the search script with the --design-system flag and a query describing your product, such as python3 scripts/search.py "fintech banking" --design-system -p "MyApp". It searches product, style, color, landing, and typography domains and returns a complete recommendation.

What UI styles and stacks does the design database cover?

The database includes 67 UI styles, 96 color palettes, 57 font pairings, 25 chart types, and 99 UX guidelines. Stack-specific guidelines cover React, Next.js, Vue, Nuxt, Svelte, Astro, SwiftUI, React Native, Flutter, shadcn/ui, Jetpack Compose, and HTML with Tailwind.

Can I save the design system for use across sessions?

Yes, add --persist to write a design-system/MASTER.md file as the global source of truth, and use --page to create page-specific override files under design-system/pages/. Page files override the Master file when both exist.

Does the search script require external Python packages?

No, the scripts use only the Python standard library (csv, re, json, pathlib, math, argparse). Python 3.x is the only prerequisite, with no pip installs needed.

Why does a search return no results for my query?

The BM25 tokenizer filters words of three characters or fewer and requires a score above zero, so very short or unrelated keywords may match nothing. Try more specific domain keywords like "glassmorphism dashboard" or pass --domain explicitly.