fileterm: Skill for Claude Code

.agents/skills/ui-ux-pro-max-zh/SKILL.md

ui-ux-pro-max-zh is a skill for Claude Code, Codex from St0ff3l/fileterm. It costs 20 tokens per session (6,699 once invoked), scanned B, original, MIT.

A searchable UI and UX design guide for web and mobile applications, with recommendations for visual styles, color palettes, font pairings, accessibility, responsive behavior, dark mode, and charts.

In plain words
What is it for?
Use it to design pages and components, choose a visual style and colors, review accessibility, fix layout or interaction issues, improve mobile experiences, add dark mode, or plan dashboard charts.
Why use it?
It gives developers a practical starting point for design decisions and checks common usability or visual problems before implementation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is St0ff3l/fileterm's own configuration. It tells Claude Code and Codex how to work on fileterm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fileterm configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/St0ff3l/fileterm/main/.agents/skills/ui-ux-pro-max-zh/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/St0ff3l/fileterm

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-zh

README.md
[![agentmods](https://agentmods.dev/badge/skills/st0ff3l/fileterm/ui-ux-pro-max-zh/github.svg)](https://agentmods.dev/skills/st0ff3l/fileterm/ui-ux-pro-max-zh)
Your own site
<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.

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

Your own site · 80×15
<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>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,699 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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
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.00020 $0.06699
Opus 5 $0.00010 $0.03349
Sonnet 5 $0.00004 $0.01340
Haiku 4.5 $0.00002 $0.00670

Measured 10d ago against content hash 66d3104f024e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 4 executable files (data/_sync_all.py, scripts/core.py, scripts/design_system.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.

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
.agents/skills/ui-ux-pro-max-zh/SKILL.md · 326 lines

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) 等
  • 框架技术栈:确认当前项目所采用的框架与技术栈

Read the full file on GitHub · 326 lines

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. 10d ago First seen · 326 lines · 20 tokens per session scan B 66d3104f024e

Subscribe to this mod's changes

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.

Related

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…

chakra-ui/chakra-ui · 214 tokens

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.

microsoft/skills · 48 tokens

cobejs

Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).

MengTo/Skills · 31 tokens

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.

google-labs-code/stitch-skills · 43 tokens

seed-design

An integration guide for SEED Design, covering shared component specifications and foundations plus React and Lynx implementation guidance.

daangn/seed-design · 33 tokens

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…

bitjaru/styleseed · 75 tokens