ui-ux-pro-max

Searches local UI/UX datasets to generate design systems, palettes, typography, and stack-specific guidelines.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill ui-ux-pro-max-scsm-unrestrict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent/tree/main/frontend-engineer/skills/ui-ux-pro-max
Command: npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill ui-ux-pro-max-scsm-unrestrict

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Designing consistent, accessible interfaces requires scattered knowledge about styles, color palettes, typography, UX rules, and framework-specific patterns. This Skill consolidates that knowledge into a searchable local database so design decisions are grounded in curated data instead of guesswork. ## Core Features & Use Cases - Design System Generation: Run a single --design-system query to get a complete recommendation covering layout pattern, style, semantic color tokens, font pairings, effects, and anti-patterns, with optional persistence to a Master + page-override file structure. - Domain-Specific Search: Query 12 domains (style, color, typography, chart, icons, UX guidelines, GSAP motion, landing patterns, and more) plus 22 technology stacks including React, Next.js, Vue, Flutter, SwiftUI, and Tailwind via a BM25 search engine. - Design Dials: Tune output with 1-10 variance, motion, and density sliders that bias style selection, attach GSAP snippets, and adjust spacing scales. - Use Case: When asked to build a SaaS dashboard in Next.js, generate a persisted design system, then run targeted UX and stack queries to implement accessible, performant components. ## Quick Start Ask the agent to generate a design system for your product type and then apply the recommended style, colors, and typography to your page.

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 new project?

Run the search script with the --design-system flag and a query describing your product type and style keywords. It aggregates product, style, color, landing, and typography matches into a complete recommendation with pattern, palette, fonts, and anti-patterns.

What design domains can I search for UI guidance?

You can search 12 domains: style, product, color, typography, google-fonts, chart, landing, icons, ux, gsap, react, and web. Pass --domain explicitly when auto-detection misroutes overlapping terms like font or icon queries.

Which frameworks and stacks are supported for implementation guidelines?

The skill covers 22 stacks including React, Next.js, Vue, Svelte, Angular, Astro, Nuxt, Laravel, SwiftUI, React Native, Flutter, Jetpack Compose, HTML-Tailwind, shadcn, Three.js, and several desktop UI frameworks. Use --stack with the stack detected from your project files.

Does the search tool require external Python packages?

No, the search script requires only Python 3 with no external dependencies. It implements BM25 ranking using the standard library and reads local CSV data files.

What should I do when a search returns zero results?

Retry once with a narrower query or an explicit domain or stack flag. If it still returns nothing, fall back to the built-in priority rule table and clearly state that the recommendation came from defaults rather than a database match.

Can I save a generated design system for later sessions?

Yes, add --persist with --output-dir pointed at your project root to create a MASTER.md source of truth plus optional per-page override files. Existing files are skipped unless you explicitly pass --force.