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.
npx skills add zhuanggenhua/BoardGame --skill ui-ux-pro-maxgit clone --depth 1 https://github.com/zhuanggenhua/BoardGameWrote 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.
[](https://agentmods.dev/skills/zhuanggenhua/boardgame/ui-ux-pro-max)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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-ux、ui-change-gates 和对应游戏 / workflow skill。
触发
用于:
- 新页面、新组件、仪表盘、落地页或移动端界面设计。
- 选择产品风格、颜色、字体、图标、图表和动效。
- UI/UX review、截图审计前的通用专业检查。
- 需要按具体技术栈补实现约束。
不用于替代规则驱动桌游 UI 前置门禁;生图设计稿走 boardgame-ui-imagegen。
优先级
- 可访问性:对比度、焦点、键盘、表单 label、图像 alt、icon-only aria。
- 交互:触控命中区、hover/tap 语义、加载态、错误反馈、cursor、状态控件命名。
- 布局与响应式:视口、最小字号、横向溢出、z-index、固定元素避让、内容不被遮挡。
- 性能:图片优化、懒加载、减少布局跳动、
prefers-reduced-motion。 - 排版与颜色:行高、行宽、字体气质、明暗模式对比。
- 动效:150-300ms 微交互,优先 transform / opacity。
- 风格选择:产品类型和行业匹配;不用 emoji 当图标。
- 图表:图表类型匹配数据,并提供可读表格替代。
使用方式
先确认本地 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。常用栈包括 react、nextjs、vue、svelte、shadcn、react-native、flutter、swiftui 和 jetpack-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 文案。
- 图表先按数据关系选型:趋势用线,比较用柱,组成用堆叠 / 份额,流程用漏斗或时间线。
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.
- .skill_id 28 B
- data/charts.csv 7.4 KB
- data/colors.csv 9.4 KB
- data/icons.csv 13 KB
- data/landing.csv 14 KB
- data/products.csv 29 KB
- data/react-performance.csv 14 KB
- data/stacks/astro.csv 12 KB
- data/stacks/flutter.csv 10 KB
- data/stacks/html-tailwind.csv 11 KB
- data/stacks/jetpack-compose.csv 8.0 KB
- data/stacks/nextjs.csv 12 KB
- data/stacks/nuxt-ui.csv 14 KB
- data/stacks/nuxtjs.csv 16 KB
- data/stacks/react-native.csv 9.7 KB
- data/stacks/react.csv 13 KB
- data/stacks/shadcn.csv 16 KB
- data/stacks/svelte.csv 11 KB
- data/stacks/swiftui.csv 11 KB
- data/stacks/vue.csv 11 KB
- data/styles.csv 94 KB
- data/typography.csv 31 KB
- data/ui-reasoning.csv 30 KB
- data/ux-guidelines.csv 18 KB
- data/web-interface.csv 7.3 KB
- scripts/core.py 10.0 KB runs code
- scripts/design_system.py 42 KB runs code
- scripts/search.py 4.9 KB runs code
- templates/platforms/agent.json 812 B
- templates/platforms/claude.json 1.5 KB
- templates/platforms/codebuddy.json 757 B
- templates/platforms/codex.json 745 B
- templates/platforms/continue.json 754 B
- templates/platforms/copilot.json 666 B
- templates/platforms/cursor.json 651 B
- templates/platforms/gemini.json 752 B
- templates/platforms/kiro.json 645 B
- templates/platforms/opencode.json 754 B
- templates/platforms/qoder.json 751 B
- templates/platforms/roocode.json 651 B
- templates/platforms/trae.json 742 B
- templates/platforms/windsurf.json 652 B
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.
- 12d ago First seen · 117 lines · 41 tokens per session scan A 50adb556c9c5
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.
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.
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.
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).
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.
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.
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.