agentsclimarketplace

UIUXProMax

Skill mj-deving/pai-skills/skills/Frontend/UIUXProMax

Curated, sanitized export of 21 agent-skill packages for Claude Code and Codex, gated by an automated publication audit (no secrets, no local paths).

Install
npx -y skills add mj-deving/pai-skills --skill UIUXProMax

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Data-driven UI/UX design intelligence — 67 styles, 161 palettes, 57 font pairings, 25 chart types, 99 UX guidelines across 16 tech stacks. Python search tool for context-aware design recommendations. USE WHEN design system, color palette, font pairing, style selection, UX guidelines, chart design, design review, UI audit, landing page design, dashboard design, SaaS design, glassmorphism, claymorphism, brutalism, neumorphism, bento grid, dark mode, responsive design, product type design, design intelligence, pro max.

SKILL.md

3.1 KB, 695 tokens by cl100k_base, as published. Nobody here has run it

UI/UX Pro Max — Design Intelligence

Comprehensive design guide with searchable database. 67 styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 16 technology stacks. Priority-based recommendations with reasoning rules.

Source: nextlevelbuilder/ui-ux-pro-max-skill

Usage

Generate Design System (primary workflow)

python3 ${SKILLS_HOME}/Frontend/UIUXProMax/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]

Returns: complete design system with pattern, style, colors, typography, effects + anti-patterns to avoid.

Search Specific Domains

python3 ${SKILLS_HOME}/Frontend/UIUXProMax/scripts/search.py "<query>" --domain <domain>

Domains: style, color, typography, ux, landing, product, chart, react, icons, app-interface

Stack-Specific Best Practices

python3 ${SKILLS_HOME}/Frontend/UIUXProMax/scripts/search.py "<query>" --stack <stack>

Stacks: react, nextjs, vue, nuxtjs, nuxt-ui, svelte, astro, html-tailwind, shadcn, swiftui, react-native, flutter, jetpack-compose, threejs, angular, laravel

Persist Design System

python3 ${SKILLS_HOME}/Frontend/UIUXProMax/scripts/search.py "<query>" --design-system --persist

Saves to .ui-ux-pro-max/DESIGN_SYSTEM.md for cross-session retrieval.

Data Files

FileRecordsContent
data/design.csv1,775Core design rules + reasoning
data/google-fonts.csv1,924Font pairings with usage context
data/draft.csv1,778Draft/extended rules
data/products.csv162Product type → design pattern mapping
data/colors.csv161Color palettes by industry/mood
data/ui-reasoning.csv162Why-rules for style selection
data/icons.csv105Icon library recommendations
data/ux-guidelines.csv99UX rules by priority
data/styles.csv85Style definitions (glass, clay, etc.)
data/typography.csv74Typography scale + pairing rules
data/stacks/*.csv~50 eachPer-framework best practices

Quick Reference

See templates/base/quick-reference.md for the full 300+ rule checklist across 10 categories:

  1. Accessibility (CRITICAL)
  2. Touch & Interaction (CRITICAL)
  3. Performance (HIGH)
  4. Style Selection (HIGH)
  5. Layout & Responsive (HIGH)
  6. Typography & Color (MEDIUM)
  7. Animation (MEDIUM)
  8. Forms & Feedback (MEDIUM)
  9. Navigation Patterns (HIGH)
  10. Charts & Data (LOW)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.