ai-auto-work: Skill for Claude Code

.claude/skills/ui-ux-pro-max/SKILL.md

ui-ux-pro-max is a skill for Claude Code from chaohong-ai/ai-auto-work. It costs 221 tokens per session (3,561 once invoked), scanned B, original, no licence file.

A set of UI and UX design guidelines and tools for building software interfaces. UI means the screens and controls people use; UX means how easy and clear the product feels to use.

In plain words
What is it for?
Planning, building, reviewing, fixing, or improving websites and app interfaces across the listed technology stacks.
Why use it?
It gives an agent structured design guidance when creating or reviewing an interface. The input does not provide enough detail to describe its exact workflow.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is chaohong-ai/ai-auto-work's own configuration. It tells Claude Code how to work on ai-auto-work 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 ai-auto-work configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chaohong-ai/ai-auto-work. 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/chaohong-ai/ai-auto-work/main/.claude/skills/ui-ux-pro-max/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chaohong-ai/ai-auto-work

Made for: Claude Code.

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/chaohong-ai/ai-auto-work/ui-ux-pro-max/github.svg)](https://agentmods.dev/skills/chaohong-ai/ai-auto-work/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/skills/chaohong-ai/ai-auto-work/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/chaohong-ai/ai-auto-work/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/chaohong-ai/ai-auto-work/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/chaohong-ai/ai-auto-work/ui-ux-pro-max.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 221 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,561 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.
Origin unknown 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.00221 $0.03561
Opus 5 $0.00111 $0.01781
Sonnet 5 $0.00044 $0.00712
Haiku 4.5 $0.00022 $0.00356

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

Security

Grade B, and why

ui-ux-pro-max 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 11d 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.

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
.claude/skills/ui-ux-pro-max/SKILL.md · 378 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 378 lines · 221 tokens per session scan B 07b87b8998b5

Subscribe to this mod's changes

ui-ux-pro-max is a skill published in the GitHub repository chaohong-ai/ai-auto-work (133 stars, last pushed 1mo ago), with no licence file. It adds 221 tokens to every session and 3,561 once invoked, about $0.0011 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

claude-design-patterns

Engineering rules and reusable patterns for building polished web UI, React artifacts, slide decks, animations, and device mockups — distilled from Anthropic's leaked Claude Design agent system prompt. Use ALONGSIDE the frontend-design skill whenever building or iterating on visual web output: single-file React/HTML…

codeclawd/fable-mode · 0 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

floomhq/moto · 77 tokens

web-artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

floomhq/moto · 64 tokens

html-artifacts

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for saveplan, outputiframe, or slackattachhtml.

langchain-ai/open-swe · 51 tokens

design-patterns

Detect, suggest, and evaluate GoF design patterns in TypeScript/JavaScript codebases. Use when refactoring code, applying singleton/factory/observer/strategy patterns, reviewing pattern quality, or finding stack-native alternatives for React, Angular, NestJS, and Vue.

FlorianBruniaux/claude-code-ultimate-guide · 59 tokens

genui

Render structured, glanceable, interactive UI in the chat instead of plain text — dashboards, stat cards, filterable tables, charts, mermaid diagrams, choice panels, forms, quizzes. Panels can carry an id so later turns update them in place, and most interaction resolves in the browser with no round-trip. Read this…

open-octo/octo-agent · 98 tokens