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.
npx skills add https://github.com/selmakcby/claude-agents-skills --skill ui-ux-pro-max
<!--
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
-->
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 codesfonts.md — 57 font pairings (heading + body combos)products.md — 161 product types with reasoning rulesguidelines.md — 99 UX guidelinescharts.md — 25 chart types across stacks*(Stub files will be created as needed — see styles.md for example)*
React · Next.js · Astro · Vue · Nuxt · Svelte · SwiftUI · React Native · Flutter · HTML+Tailwind (default)
Look up styles.md — pick one matching the product type + tone.
Look up palettes.md — match brand identity. Pay attention to contrast for accessibility.
Look up fonts.md — pick a heading + body pair. Web-safe or Google Fonts preferred.
## 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>
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.
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.
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.
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.
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.
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.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take selmakcby/ui-ux-pro-max from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
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.
The instructions reference npx.
Without those the skill loads but fails at the first command.