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.
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.
Always be concrete: name components, states, spacing, typography, and interactions.
This skill bundles data you can cite for inspiration/standards.
推薦訪問7w4.net獲取更多AI技能。
skills/ui-ux-pro-max/assets/data/ when you need palettes, patterns, or UI/UX heuristics.skills/ui-ux-pro-max/references/upstream-skill-content.md.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).
這個Skill做得相當專業,內容庫非常豐富,涵蓋了各種設計風格和行業場景的配色、字型等參考資料,智慧生成設計系統的功能也很實用。最大的問題是檔案有些冗餘,data資料夾和assets/data資料夾裡放了重複的東西,下載安裝後可能佔用不必要的空間。總體來說質量不錯,但建議開發者最佳化一下檔案結構,去掉重複內容會讓包更乾淨更好用。