ui-ux-pro-max

ui-ux-pro-max is a skill for Claude Code, Codex from zhuanggenhua/BoardGame. It costs 41 tokens per session (1,397 once invoked), scanned A, original, MIT.

A local UI and user-experience research and review tool for project teams. It searches design guidance and technology-specific rules for pages, components, dashboards, and mobile interfaces.

In plain words
What is it for?
Use it to create or review a visual design system, choose interface styles, check accessibility and responsiveness, and prepare a UI for delivery.
Why use it?
It reduces the need to assemble design decisions and accessibility checks from scattered sources. It also helps catch problems with layout, touch controls, contrast, loading states, and responsive behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or review a visual design system, choose interface styles, check accessibility and responsiveness, and prepare a UI for delivery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zhuanggenhua/boardgame/ui-ux-pro-max
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zhuanggenhua/BoardGame --skill ui-ux-pro-max
Clone the repo
git clone --depth 1 https://github.com/zhuanggenhua/BoardGame

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-ux-pro-max

README.md
[![agentmods](https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/ui-ux-pro-max/github.svg)](https://agentmods.dev/skills/zhuanggenhua/boardgame/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/skills/zhuanggenhua/boardgame/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/ui-ux-pro-max/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-ux-pro-max

Your own site · 80×15
<a href="https://agentmods.dev/skills/zhuanggenhua/boardgame/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/zhuanggenhua/boardgame/ui-ux-pro-max.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,397 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.01397
Opus 5 $0.00020 $0.00698
Sonnet 5 $0.00008 $0.00279
Haiku 4.5 $0.00004 $0.00140

Measured 12d ago against content hash 50adb556c9c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

ui-ux-pro-max scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/core.py, scripts/design_system.py, scripts/search.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.spec/skills/ui-ux-pro-max/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UI/UX Pro Max

本 skill 是项目内 UI/UX 检索入口:用本地数据表和 scripts/search.py 生成设计系统、补充栈指引和做交付前检查。它不是 BoardGame 桌游 UI 的唯一主源;游戏运行时 UI 仍先看 ui-uxui-change-gates 和对应游戏 / workflow skill。

触发

用于:

  • 新页面、新组件、仪表盘、落地页或移动端界面设计。
  • 选择产品风格、颜色、字体、图标、图表和动效。
  • UI/UX review、截图审计前的通用专业检查。
  • 需要按具体技术栈补实现约束。

不用于替代规则驱动桌游 UI 前置门禁;生图设计稿走 boardgame-ui-imagegen

优先级

  1. 可访问性:对比度、焦点、键盘、表单 label、图像 alt、icon-only aria。
  2. 交互:触控命中区、hover/tap 语义、加载态、错误反馈、cursor、状态控件命名。
  3. 布局与响应式:视口、最小字号、横向溢出、z-index、固定元素避让、内容不被遮挡。
  4. 性能:图片优化、懒加载、减少布局跳动、prefers-reduced-motion
  5. 排版与颜色:行高、行宽、字体气质、明暗模式对比。
  6. 动效:150-300ms 微交互,优先 transform / opacity。
  7. 风格选择:产品类型和行业匹配;不用 emoji 当图标。
  8. 图表:图表类型匹配数据,并提供可读表格替代。

使用方式

先确认本地 Python 可执行;不可用时报告阻塞,不在项目规范里指导安装系统软件。

生成设计系统:

python .spec/skills/ui-ux-pro-max/scripts/search.py "<product type> <industry> <style keywords>" --design-system -p "<Project Name>"

持久化设计系统:

python .spec/skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "<Project Name>"

补充专项检索:

python .spec/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> -n <max_results>

补充技术栈约束:

python .spec/skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack <stack>

默认栈是 html-tailwind。常用栈包括 reactnextjsvuesvelteshadcnreact-nativeflutterswiftuijetpack-compose

检索域

Domain 用途
product 产品类型建议
style 视觉风格、效果和情绪
typography 字体搭配
color 产品类型配色
landing 落地页结构和 CTA
chart 图表类型
ux UX 规则和反模式
react / web 前端实现和 Web 界面规则
prompt 生成提示词关键词

设计系统落盘

需要跨会话继承设计语言时,使用 --persist

  • design-system/MASTER.md 承载全局设计真相。
  • design-system/pages/<page>.md 只写页面级覆盖。
  • 页面文件存在时优先页面覆盖;不存在时只使用 MASTER。

不要把同一套设计规则复制到多个 README、任务卡或 evidence;这些文件只能引用设计系统。

常见专业规则

  • 图标用一致 SVG 图标库,优先 Lucide / Heroicons / Simple Icons;不要用 emoji 当 UI 图标。
  • icon + text 默认用 inline-flex items-center gap-* leading-none;图标贴文字时优先 h-[1em] w-[1em],先查 line-height 和 SVG viewBox,再用微小视觉偏移。
  • 点击目标要有 cursor-pointer、hover / focus / disabled / loading 状态;状态按钮和 segmented controls 必须写清影响对象。
  • 明暗模式分别检查文字、边框和透明层;浅色模式不能沿用低透明白玻璃。
  • 固定导航、浮层和边栏必须给内容留空间;移动端不得横向滚动。
  • 用户界面不要展示验收条款、实现证明、测试标签或内部 QA 文案。
  • 图表先按数据关系选型:趋势用线,比较用柱,组成用堆叠 / 份额,流程用漏斗或时间线。

Read the full file on GitHub · 117 lines

Files

What ships with it

42 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 117 lines · 41 tokens per session scan A 50adb556c9c5

Subscribe to this mod's changes

ui-ux-pro-max is a skill published in the GitHub repository zhuanggenhua/BoardGame (23 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 1,397 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens