mrkeyoor.com_
Thu 17 Sept 05:16 UTC
AI Toolsevaluationupdated 27 Aug 2026

ui-ux-pro-max-skill review

UI UX Pro Max is an installable skill and search tool that gives coding agents curated interface styles, color palettes, typography pairings, layout patterns, accessibility checks, and framework-specific advice. It helps an agent choose a coherent design direction before generating UI code.

+1,272stars / 7d
Verdict

Our UI UX Pro Max CLI install added 32 packages in 31 seconds and built in 13 seconds with 0 audit findings, but it exposed no test target to our harness. Use it as a design brief generator and checklist for agent-built interfaces, especially when a solo developer needs a firmer starting point. Do not treat its palette and style match as user research or visual QA.

We ran it

Lab card: what happened when we ran ui-ux-pro-max-skillScreenshot of ui-ux-pro-max-skill (www.uupm.cc)
Install✓ · 31s32 packages · 49 MB
Build✓ · 13s
Testsn/ano test script
Known vulns00 critical · 0 high · 0 moderate · 0 low (npm audit)
Repo661 files~41,490 lines of source · 21.5 MB · 6 CI workflows · tests dir

Answers from our run

Does ui-ux-pro-max-skill build from source?

Dependencies installed in 31 seconds (32 packages), and the build succeeded in 13 seconds. We cloned commit bc826e2 into a clean Debian container with 3 CPUs and no project-specific setup.

Does ui-ux-pro-max-skill have tests you can run?

Not through a standard command: the project exposes no test script or target that our harness could run.

Does ui-ux-pro-max-skill have known vulnerabilities in its dependencies?

npm audit found none in the dependency tree at the time of our run.

Who should not use ui-ux-pro-max-skill?

Teams expecting a finished designer-approved interface from one prompt: the skill supplies guidance and the coding agent still produces the implementation.

What are the alternatives to ui-ux-pro-max-skill?

Impeccable, Vercel Agent Skills, Anthropic Skills. Our UI UX Pro Max CLI install added 32 packages in 31 seconds and built in 13 seconds with 0 audit findings, but it exposed no test target to our harness.

Setup4/531-second install and 13-second build; Python 3 also required
Docs5/5Detailed hosts, commands, catalog scope, and persistence
Community5/5121,431 stars and a push on 2026-08-26
Maturity3/5Active v2.15.0, but our harness found no test target

Who it’s for

Claude Code and other coding-agent users who want a repeatable UI design starting point.
Developers who need stack-specific guidance for web, mobile, or desktop interfaces.
Solo builders without a dedicated designer who can still review visual and accessibility output.
Teams that want a persistent design-system document shared across agent sessions.

Who it’s NOT for

Teams expecting a finished designer-approved interface from one prompt: the skill supplies guidance and the coding agent still produces the implementation.
Users who need generated brand assets, logos, presentations, or custom iconography in the open edition: the README assigns those features to Premium.
Environments without Python 3: the local search script requires it, even though it uses only the standard library.
Projects outside the 22 documented stacks that need precise framework advice rather than general UI rules.
Teams unwilling to verify recommendations against real users, content, keyboard behavior, and devices: the catalog can suggest a system but cannot perform product research for the project.

Setup reality

Our sandbox installed the Bun project under ./cli/ in 31 seconds, adding 32 packages and using 49 MB. The build succeeded in 13 seconds. No tests script or target was available, so tests were skipped. Npm audit reported 0 known vulnerabilities.

The installed skill still needs Python 3 for its standard-library search script and a supported coding agent to read the instructions. The CLI can place files for Claude Code, Codex, Cursor, Gemini CLI, and many other hosts; activation differs between automatic skill mode and slash-command workflow mode.

Project-local and global installs have different persistence and update behavior. The package is named ui-ux-pro-max-cli, while the command is uipro; the README warns that older uipro-cli releases are stale. Generated design systems can be persisted as a master file plus page overrides.

The catalog turns a vague prompt into design constraints

UI UX Pro Max sits between a product request and the code an agent writes. A search engine matches the request to product types, visual styles, palettes, typography, landing patterns, charts, accessibility guidance, and stack-specific rules. The output is a design-system brief with choices and anti-patterns. Giving the coding agent that brief can reduce random gradients, mismatched fonts, and components that look unrelated to the stated product.

The current catalog documents 192 product types and matching palettes, 79 searchable styles, 74 font pairings, 34 landing-page patterns, 25 chart types, and 119 UX guidelines. Those numbers describe breadth, not proof that a recommendation fits a particular audience. A spa and a banking dashboard can receive different starting points, but brand history, customer expectations, legal copy, and conversion evidence remain outside a keyword search.

Twenty-two stacks receive different implementation advice

The skill includes guidance for 22 stacks across web, mobile, and desktop development. The list covers React, Next.js, Vue, Nuxt, Svelte, Astro, Tailwind, shadcn/ui, Angular, Laravel, Three.js, SwiftUI, Jetpack Compose, React Native, Flutter, JavaFX, WPF, WinUI, UWP, Avalonia, Uno Platform, and related variants. That scope helps the agent translate a design rule into the conventions of the selected framework.

Version-aware search is a useful detail. Current queries return active guidance, while an explicit older major such as Svelte 4 or Next.js 15 can return labeled legacy rows. When the catalog has no suitable legacy entry, it abstains instead of mixing old and new framework advice. This is safer than a prompt that asks a language model to recall whichever API version it saw most often. Coverage still ends at the curated rows.

What happened when we ran it

Our sandbox used the Bun project under ./cli/ at commit bc826e2. Installation succeeded in 31 seconds, added 32 packages, and occupied 49 MB. The build then completed in 13 seconds on 3 CPUs with 8 GB of RAM. The checkout itself held 661 files, roughly 41,490 lines of source, and used 21.5 MB before dependencies.

No tests script or target was available to our harness, so we skipped tests. The repository did contain a tests directory and 6 CI workflow files. Those signals cannot be converted into a passing result for our run. Npm audit found 0 known vulnerabilities across the installed dependency tree. This is a clean build outcome with a verification gap, rather than evidence that every catalog query or generated agent instruction works.

The CLI is only part of runtime setup. Python 3 is required for the search script, which the README says uses the standard library and makes no network calls. The agent host must also discover the installed skill or command. Automatic activation works in several tools; others require /ui-ux-pro-max. Trae needs SOLO mode. Testing the exact host matters because installation paths and invocation rules differ.

The open edition stops before brand asset production

The open repository provides its core catalog, BM25 search, stack guidance, and design-system generation. The README assigns brand identity, logo work, banners, presentations, custom iconography, deeper design-token architecture, image-generation integration, and priority support to a Premium product. That boundary is clear enough to affect selection if the goal is a complete brand package rather than application UI guidance.

Even within the open scope, the final code comes from the connected agent. UI UX Pro Max supplies retrieved rules and an implementation checklist; it does not render every screen, inspect screenshots, run keyboard tests, or interview users by itself. A recommendation can still produce a dull layout or fail under real copy. Teams should review browser output at narrow widths, high zoom, reduced motion, and each interactive state before accepting it.

Persistence can keep pages from drifting

The search command can save a project design system into design-system/MASTER.md and add page-specific override files. This gives later agent sessions a stable source for color, typography, spacing, components, and exceptions. That is more dependable than asking each new conversation to infer the intended style from existing code. It also creates a document that reviewers can challenge before another page copies a questionable choice.

The master file can become stale. Framework guidance, accessibility expectations, and product decisions change, while page overrides can accumulate contradictions. The CLI provides update commands for project and global installations, and v2.15.0 added stronger freshness and source tracking to the catalog. Updating skill files should not silently replace a project's approved design decisions. Keep catalog updates separate from changes to the persisted product system and review both diffs.

Accessibility rules help only when the agent applies them

The README includes concrete checks for contrast, focus states, reduced motion, long text, browser zoom, chips, badges, charts, errors, and cancellable interactions. It warns against meaning conveyed by color alone and calls for accessible full-value paths when compact labels truncate. These are useful constraints because agent-generated interfaces often look acceptable in one desktop screenshot while failing under keyboard input or longer copy.

GitHub showed 121,431 stars, 90 open issues and pull requests, and a push on 2026-08-26. Release v2.15.0 arrived on 2026-08-13 with search, provenance, stack, data, and release checks. Activity is current, but popularity cannot validate a design for your customers. Our 13-second successful build makes the tool easy to trial. Keep it when its brief produces more coherent decisions, then verify the interface with real content and interaction.

Alternatives

ProjectWhat it isPick it when
Impeccable gh↗A design language and command set for improving agent-generated interfaces.pick this instead when critique, polish, and direct design commands matter more than a large searchable catalog.
Vercel Agent Skills gh↗A collection of agent skills that includes web design and development guidance.pick this instead when your work is centered on the Vercel web stack and you want several related skills.
Anthropic Skills gh↗A reusable skill collection that includes a front-end design workflow.pick this instead when you want a smaller general skill collection rather than a catalog-driven UI system.

Sources

  1. UI UX Pro Max README
  2. UI UX Pro Max repository
  3. UI UX Pro Max v2.15.0 release
  4. UI UX Pro Max styles data

More ai tools reviews

yolov5 · eve · MemOS · LongCat-Video · Concat · DLSS5-Feeder · the whole board →