skills$openclaw/ui-ux-pro-max
xobi6679.8k

by xobi667

ui-ux-pro-max – OpenClaw Skill

ui-ux-pro-max is an OpenClaw Skills integration for coding workflows. UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.

9.8k stars8.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameui-ux-pro-max
descriptionUI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes. OpenClaw Skills integration.
ownerxobi667
repositoryxobi667/ui-ux-pro-max
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @xobi667/ui-ux-pro-max
last updatedFeb 7, 2026

Maintainer

xobi667

xobi667

Maintains ui-ux-pro-max in the OpenClaw Skills directory.

View GitHub profile
File Explorer
63 files
.
assets
data
stacks
astro.csv
11.6 KB
flutter.csv
10.2 KB
html-tailwind.csv
11.1 KB
jetpack-compose.csv
8.0 KB
nextjs.csv
12.3 KB
nuxt-ui.csv
13.7 KB
nuxtjs.csv
16.2 KB
react-native.csv
9.8 KB
react.csv
12.7 KB
shadcn.csv
15.5 KB
svelte.csv
10.8 KB
swiftui.csv
10.6 KB
vue.csv
10.8 KB
charts.csv
7.5 KB
colors.csv
9.5 KB
icons.csv
13.1 KB
landing.csv
14.1 KB
products.csv
29.1 KB
react-performance.csv
14.5 KB
styles.csv
94.3 KB
typography.csv
31.1 KB
ui-reasoning.csv
30.3 KB
ux-guidelines.csv
18.3 KB
web-interface.csv
7.3 KB
data
stacks
astro.csv
11.6 KB
flutter.csv
10.2 KB
html-tailwind.csv
11.1 KB
jetpack-compose.csv
8.0 KB
nextjs.csv
12.3 KB
nuxt-ui.csv
13.7 KB
nuxtjs.csv
16.2 KB
react-native.csv
9.8 KB
react.csv
12.7 KB
shadcn.csv
15.5 KB
svelte.csv
10.8 KB
swiftui.csv
10.6 KB
vue.csv
10.8 KB
charts.csv
7.5 KB
colors.csv
9.5 KB
icons.csv
13.1 KB
landing.csv
14.1 KB
products.csv
29.1 KB
react-performance.csv
14.5 KB
styles.csv
94.3 KB
typography.csv
31.1 KB
ui-reasoning.csv
30.3 KB
ux-guidelines.csv
18.3 KB
web-interface.csv
7.3 KB
references
upstream-README.md
23.1 KB
upstream-skill-content.md
9.8 KB
scripts
__init__.py
core.py
10.0 KB
design_system.py
42.8 KB
search.py
5.3 KB
_meta.json
279 B
SKILL.md
2.6 KB
SKILL.md

name: ui-ux-pro-max description: UI/UX design intelligence and implementation guidance for building polished interfaces. Use when the user asks for UI design, UX flows, information architecture, visual style direction, design systems/tokens, component specs, copy/microcopy, accessibility, or to generate/critique/refine frontend UI (HTML/CSS/JS, React, Next.js, Vue, Svelte, Tailwind). Includes workflows for (1) generating new UI layouts and styling, (2) improving existing UI/UX, (3) producing design-system tokens and component guidelines, and (4) turning UX recommendations into concrete code changes.

Follow these steps to deliver high-quality UI/UX output with minimal back-and-forth.

1) Triage

Ask only what you must to avoid wrong work:

  • Target platform: web / iOS / Android / desktop
  • Stack (if code changes): React/Next/Vue/Svelte, CSS/Tailwind, component library
  • Goal and constraints: conversion, speed, brand vibe, accessibility level (WCAG AA?)
  • What you have: screenshot, Figma, repo, URL, user journey

If the user says "全部都要" (design + UX + code + design system), treat it as four deliverables and ship in that order.

2) Produce Deliverables (pick what fits)

Always be concrete: name components, states, spacing, typography, and interactions.

  • UI concept + layout: Provide a clear visual direction, grid, typography, color system, key screens/sections.
  • UX flow: Map the user journey, critical paths, error/empty/loading states, edge cases.
  • Design system: Tokens (color/typography/spacing/radius/shadow), component rules, accessibility notes.
  • Implementation plan: Exact file-level edits, component breakdown, and acceptance criteria.

3) Use Bundled Assets

This skill bundles data you can cite for inspiration/standards.

  • Design intelligence data: Read from skills/ui-ux-pro-max/assets/data/ when you need palettes, patterns, or UI/UX heuristics.
  • Upstream reference: If you need more phrasing/examples, consult skills/ui-ux-pro-max/references/upstream-skill-content.md.

4) Optional Script (Design System Generator)

If you need to quickly generate tokens and page-specific overrides, use the bundled script:

python3 skills/ui-ux-pro-max/scripts/design_system.py --help

Prefer running it when the user wants a structured token output (ASCII-friendly).

Output Standards

  • Default to ASCII-only tokens/variables unless the project already uses Unicode.
  • Include: spacing scale, type scale, 2-3 font pair options, color tokens, component states.
  • Always cover: empty/loading/error, keyboard navigation, focus states, contrast.
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install ui-ux-pro-max?

Run openclaw add @xobi667/ui-ux-pro-max in your terminal. This installs ui-ux-pro-max into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/xobi667/ui-ux-pro-max. Review commits and README documentation before installing.