mcpbeat Sign in

UI Ux Pro Max Skill for Claude

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Use when designing UI, choosing palettes, typography, or component architecture.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
112
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/selmakcby/claude-agents-skills --skill ui-ux-pro-max

What comes with it

2 237 bytes besides the instruction
styles.md

The instruction itself

13 sections, as written by the author

<!--

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

File: https://github.com/nextlevelbuilder/ui-ux-pro-max-skill/blob/main/.claude/skills/ui-ux-pro-max/SKILL.md

Install: npx uipro init --ai claude

Used by: ui-agent

-->

UI/UX Pro Max

When to trigger

  • User requests UI/UX design
  • Keywords: "component", "layout", "design system", "color palette", "landing page", "dashboard"
  • Any new visual surface

Reference files

This skill's folder contains searchable databases (loaded on demand):

  • styles.md — 50+ styles (glassmorphism, brutalism, neumorphism, bento grid, ...)
  • palettes.md — 161 color palettes with HEX codes
  • fonts.md — 57 font pairings (heading + body combos)
  • products.md — 161 product types with reasoning rules
  • guidelines.md — 99 UX guidelines
  • charts.md — 25 chart types across stacks

*(Stub files will be created as needed — see styles.md for example)*

Supported stacks

React · Next.js · Astro · Vue · Nuxt · Svelte · SwiftUI · React Native · Flutter · HTML+Tailwind (default)

Design process

1. Understand the need

  • What product type? (SaaS landing, dashboard, portfolio, ...)
  • What audience?
  • What tone? (serious / playful / technical / luxury)

2. Pick a style

Look up styles.md — pick one matching the product type + tone.

3. Pick a palette

Look up palettes.md — match brand identity. Pay attention to contrast for accessibility.

4. Pick typography

Look up fonts.md — pick a heading + body pair. Web-safe or Google Fonts preferred.

5. Component plan

  • Layout (grid system, hero, sections)
  • Components (reuse shadcn/ui where possible)
  • Interaction states (hover, focus, loading, error)

6. Accessibility check

  • Contrast ratio WCAG AA min
  • Aria labels on interactive elements
  • Keyboard navigation order
  • Focus indicators visible

Output format

## Design Summary

**Product type:** <type>
**Style:** <name> — *reason for choice*
**Palette:**
  - Primary: #HEX
  - Secondary: #HEX
  - Accent: #HEX
  - Text: #HEX
  - Background: #HEX

**Typography:**
  - Heading: <font>
  - Body: <font>
  - Mono: <font>

**Layout:**
<grid/structure description or ASCII sketch>

**Key components:**
- <Component> — <purpose>

**Accessibility:**
- <aria notes>
- <keyboard nav>
- <contrast verified>

**Responsive breakpoints:**
- Mobile: <behavior>
- Tablet: <behavior>
- Desktop: <behavior>

Rules

  • Default stack: Tailwind v4 + shadcn/ui.
  • Never introduce new design dependencies silently — flag as a decision.
  • Reuse existing components before creating new ones.
  • Dark mode + responsive by default.
  • Accessibility is mandatory — every component gets aria + keyboard nav.
  • Never write implementation code — produce a brief, builder codes from it.

Other skills for the same job

different authors, same section of the catalogue
Theme Factory
by anthropics
vendor ×16

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

36k tokens
Brand Guidelines
by anthropics
vendor ×13

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

3k tokens
Artifacts Builder
by JayZeeDesign
×8

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Web Artifacts Builder
by anthropics
vendor ×7

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Frontend Design
by Karanjot786
×6

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1k tokens
Frontend Design
by anthropics
vendor ×4

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

5k tokens
Expo Tailwind Setup
by openai
vendor ×4

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

3k tokens
Use Dom
by openai
vendor ×3

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

3k tokens

How to use it

Copy the folder

Take selmakcby/ui-ux-pro-max from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.

Install what it needs

The instructions reference npx. Without those the skill loads but fails at the first command.