Borrowing it
Nothing to install: this file belongs to St0ff3l/fileterm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/St0ff3l/fileterm/main/.agents/skills/ui-ux-pro-max-zh/SKILL.mdgit clone --depth 1 https://github.com/St0ff3l/filetermWrote 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/st0ff3l/fileterm/ui-ux-pro-max-zh)<a href="https://agentmods.dev/skills/st0ff3l/fileterm/ui-ux-pro-max-zh"><img src="https://agentmods.dev/badge/skills/st0ff3l/fileterm/ui-ux-pro-max-zh/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/st0ff3l/fileterm/ui-ux-pro-max-zh"><img src="https://agentmods.dev/badge/skills/st0ff3l/fileterm/ui-ux-pro-max-zh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Tool Misuse · line 29 Tool calls are chained to bypass individual safety checks or escalate capabilities beyond what any single tool call would allow.Fix: Limit tool chaining depth and validate the output of each tool before passing it to the next. Require explicit user approval for multi-step chains.
- medium Privilege Escalation · line 29 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
- medium Prompt Injection · line 244 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 276 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
- medium Prompt Injection · line 303 Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
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.00020 | $0.06699 |
| Opus 5 | $0.00010 | $0.03349 |
| Sonnet 5 | $0.00004 | $0.01340 |
| Haiku 4.5 | $0.00002 | $0.00670 |
Grade B, and why
ui-ux-pro-max-zh scanned grade B with 1 finding 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 10d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt update && sudo apt install python3 How it starts
The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ui-ux-pro-max-zh
面向 Web 和移动端应用的全面设计指南。包含跨 16 个技术栈的 67 种 UI 风格、161 个色板、57 组字体配对、99 条 UX 指南以及 25 种图表类型。支持基于优先级的推荐和可搜索数据库。
开发前提条件 (Prerequisites)
检查开发环境是否已安装 Python 3.x:
python3 --version || python --version
如果未安装 Python,请根据您的操作系统执行相应命令安装:
macOS:
brew install python3
Ubuntu/Debian:
sudo apt update && sudo apt install python3
Windows:
winget install Python.Python.3.12
使用指南 (How to Use)
在以下业务开发场景中,可直接调用此技能:
| 场景 (Scenario) | 触发示例 (Trigger Examples) | 推荐起点 (Start From) |
|---|---|---|
| 全新项目 / 页面开发 | "做一个 landing page"、"Build a dashboard" | 步骤 1 → 步骤 2(生成设计系统) |
| 新组件设计与还原 | "Create a pricing card"、"Add a modal" | 步骤 3(专项检索:style, ux) |
| 风格定义 / 调性设计 / 字体配对 | "What style fits a fintech app?"、"推荐配色" | 步骤 2(生成设计系统) |
| UI 走查与无障碍审查 | "Review this page for UX issues"、"检查无障碍" | 上方的快速参考指南 (Quick Reference) |
| UI 还原度缺陷及交互异常修复 | "Button hover is broken"、"Layout shifts on load" | 快速参考指南 → 匹配章节调优 |
| 体验升级与性能优化 | "Make this faster"、"Improve mobile experience" | 步骤 3(专项检索:ux, react) |
| 适配暗黑模式 | "Add dark mode support" | 步骤 3(专项检索:style "dark mode") |
| 引入图表与数据可视化 | "Add an analytics dashboard chart" | 步骤 3(专项检索:chart) |
| 特定技术栈的最佳开发实践 | "React performance tips" | 步骤 4(框架指令检索) |
请遵循以下标准开发流:
步骤 1:深入分析用户需求
从用户请求中精准提取以下决策因子:
- 产品定位/类型:娱乐社交(社交、视频、音乐、游戏)、生产力工具(扫描仪、编辑器、转换器)、效率协作(任务管理、笔记、日历)或复合型平台
- 目标受众画像:C 端消费者用户;考虑年龄段、使用场景(通勤、闲暇、工作)
- 风格关键词:活泼趣味 (playful)、动感活力 (vibrant)、极致极简 (minimal)、暗黑 OLED (dark mode)、内容优先 (content-first)、沉浸式 (immersive) 等
- 框架技术栈:确认当前项目所采用的框架与技术栈
What ships with it
34 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.
- data/_sync_all.py 21 KB runs code
- data/app-interface.csv 9.3 KB
- data/charts.csv 18 KB
- data/colors.csv 31 KB
- data/design.csv 81 KB
- data/draft.csv 90 KB
- data/google-fonts.csv 726 KB
- data/icons.csv 20 KB
- data/landing.csv 16 KB
- data/products.csv 56 KB
- data/react-performance.csv 14 KB
- data/stacks/angular.csv 17 KB
- data/stacks/astro.csv 11 KB
- data/stacks/flutter.csv 9.9 KB
- data/stacks/html-tailwind.csv 11 KB
- data/stacks/jetpack-compose.csv 8.0 KB
- data/stacks/laravel.csv 18 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.5 KB
- data/stacks/react.csv 13 KB
- data/stacks/shadcn.csv 16 KB
- data/stacks/svelte.csv 11 KB
- data/stacks/swiftui.csv 10 KB
- data/stacks/threejs.csv 43 KB
- data/stacks/vue.csv 11 KB
- data/styles.csv 134 KB
- data/typography.csv 48 KB
- data/ui-reasoning.csv 48 KB
- data/ux-guidelines.csv 18 KB
- scripts/core.py 12 KB runs code
- scripts/design_system.py 46 KB runs code
- scripts/search.py 5.3 KB runs code
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.
- 10d ago First seen · 326 lines · 20 tokens per session scan B 66d3104f024e
ui-ux-pro-max-zh is a skill published in the GitHub repository St0ff3l/fileterm (312 stars, last pushed today), licensed MIT. It adds 20 tokens to every session and 6,699 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
chakra-ui-builder
Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…
frontend-ui-dark-ts
Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.
cobejs
Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).
stitch::react-components
Converts Stitch designs into modular Vite and React components, or syncs/updates existing React components to align with the latest Stitch designs, using system-level networking and AST-based validation.
seed-design
An integration guide for SEED Design, covering shared component specifications and foundations plus React and Lynx implementation guidance.
ss-studio
Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…