---
name: ui-ux-pro-max
description: ALWAYS use this for UI and UX direction, design-system choices, landing pages, dashboards, component styling, or stack-specific frontend implementation across React, Next.js, Remix, Svelte, SvelteKit, Astro, Vue, Nuxt, Expo Router, React Native, Flutter, SwiftUI, Jetpack Compose, and shadcn.
UI/UX Pro Max
Selective Reading Rule
Start with:
references/usage-routing.md
references/quality-checklist.md
Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.
Selective Reading Rule
Start with:
references/senior-master-standard.md
references/stack-routing.md
references/design-review-checklist.md
Use references/stack-routing.md first to choose the most relevant stack data file and avoid loading irrelevant framework guidance.
Purpose
Turn vague UI requests into an intentional design system plus implementation guidance that matches the actual frontend stack.
Use This Skill When
- the user asks for any page, component, dashboard, landing page, redesign, polish pass, design system, or frontend visual direction
- the task includes typography, color, spacing, hierarchy, motion, accessibility, or stack-specific UI implementation
- you need to avoid generic AI-looking frontend output while still shipping something practical
Data Coverage
This skill now includes curated searchable guidance for 16 stacks:
html-tailwind
react
nextjs
remix
astro
vue
nuxtjs
nuxt-ui
svelte
sveltekit
shadcn
expo-router
react-native
flutter
swiftui
jetpack-compose
Workflow
- Classify the UI job.
- landing page, dashboard, app shell, feature surface, component system, or redesign
- Choose the stack.
- use
references/stack-routing.md if the stack is implied but not named
- Generate the design system.
- run the bundled search tool with
--design-system
- Pull the stack-specific guidance.
- run a stack search for the framework and product type
- Review before finalizing.
- use
references/design-review-checklist.md
Commands
From the repository root:
python .agent/skills/ui-ux-pro-max/scripts/search.py "b2b analytics dashboard" --design-system -p "Northstar"
python .agent/skills/ui-ux-pro-max/scripts/search.py "dashboard tables filters" --stack remix
python .agent/skills/ui-ux-pro-max/scripts/search.py "routing navigation optimistic forms" --stack sveltekit
If you are already inside the skill folder, use python scripts/search.py ....
Rules
- Default to the actual product context, not whatever style looks trendy.
- Match the stack guidance to the framework in use before inventing patterns.
- Prefer accessible, responsive, production-grade UI over pretty-but-fragile demos.
- When working in an existing design system, preserve established patterns before introducing a new direction.
1---2name: ui-ux-pro-max3description: ---4---5---6name: ui-ux-pro-max7description: ALWAYS use this for UI and UX direction, design-system choices, landing pages, dashboards, component styling, or stack-specific frontend implementation across React, Next.js, Remix, Svelte, SvelteKit, Astro, Vue, Nuxt, Expo Router, React Native, Flutter, SwiftUI, Jetpack Compose, and shadcn.8---910# UI/UX Pro Max1112## Selective Reading Rule1314Start with:1516- `references/usage-routing.md`17- `references/quality-checklist.md`1819Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.2021## Selective Reading Rule2223Start with:2425- `references/senior-master-standard.md`26- `references/stack-routing.md`27- `references/design-review-checklist.md`2829Use `references/stack-routing.md` first to choose the most relevant stack data file and avoid loading irrelevant framework guidance.3031## Purpose3233Turn vague UI requests into an intentional design system plus implementation guidance that matches the actual frontend stack.3435## Use This Skill When3637- the user asks for any page, component, dashboard, landing page, redesign, polish pass, design system, or frontend visual direction38- the task includes typography, color, spacing, hierarchy, motion, accessibility, or stack-specific UI implementation39- you need to avoid generic AI-looking frontend output while still shipping something practical4041## Data Coverage4243This skill now includes curated searchable guidance for 16 stacks:4445- `html-tailwind`46- `react`47- `nextjs`48- `remix`49- `astro`50- `vue`51- `nuxtjs`52- `nuxt-ui`53- `svelte`54- `sveltekit`55- `shadcn`56- `expo-router`57- `react-native`58- `flutter`59- `swiftui`60- `jetpack-compose`6162## Workflow63641. Classify the UI job.65 - landing page, dashboard, app shell, feature surface, component system, or redesign662. Choose the stack.67 - use `references/stack-routing.md` if the stack is implied but not named683. Generate the design system.69 - run the bundled search tool with `--design-system`704. Pull the stack-specific guidance.71 - run a stack search for the framework and product type725. Review before finalizing.73 - use `references/design-review-checklist.md`7475## Commands7677From the repository root:7879```bash80python .agent/skills/ui-ux-pro-max/scripts/search.py "b2b analytics dashboard" --design-system -p "Northstar"81python .agent/skills/ui-ux-pro-max/scripts/search.py "dashboard tables filters" --stack remix82python .agent/skills/ui-ux-pro-max/scripts/search.py "routing navigation optimistic forms" --stack sveltekit83```8485If you are already inside the skill folder, use `python scripts/search.py ...`.8687## Rules8889- Default to the actual product context, not whatever style looks trendy.90- Match the stack guidance to the framework in use before inventing patterns.91- Prefer accessible, responsive, production-grade UI over pretty-but-fragile demos.92- When working in an existing design system, preserve established patterns before introducing a new direction.