ui-ux-pro-max

ui-ux-pro-max is a skill for Claude Code, Codex from EliasOulkadi/shokunin. It costs 221 tokens per session (4,726 once invoked), scanned B, a copy of ui-ux-pro-max, MIT.

A searchable collection of guidance for designing and reviewing web and mobile interfaces. It covers visual styles, colors, fonts, user experience, charts, accessibility, and several development frameworks.

In plain words
What is it for?
Use it to plan or build websites, landing pages, dashboards, and mobile interfaces. It helps create a design system, choose a technology-specific approach, and review or improve interface code.
Why use it?
It helps turn vague design requirements into practical choices for layout, typography, color, interaction, and data display. It also provides a reference when checking existing interface code for usability issues.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it to plan or build websites, landing pages, dashboards, and mobile interfaces. It helps create a design system, choose a technology-specific approach, and review or improve interface code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliasoulkadi/shokunin/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 EliasOulkadi/shokunin --skill ui-ux-pro-max
Clone the repo
git clone --depth 1 https://github.com/EliasOulkadi/shokunin

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/eliasoulkadi/shokunin/ui-ux-pro-max/github.svg)](https://agentmods.dev/skills/eliasoulkadi/shokunin/ui-ux-pro-max)
Your own site
<a href="https://agentmods.dev/skills/eliasoulkadi/shokunin/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/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/eliasoulkadi/shokunin/ui-ux-pro-max"><img src="https://agentmods.dev/badge/skills/eliasoulkadi/shokunin/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 4,726 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 86% copy Near-identical to another mod 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.04726
Opus 5 $0.00111 $0.02363
Sonnet 5 $0.00044 $0.00945
Haiku 4.5 $0.00022 $0.00473

Measured 12d ago against content hash ec3eedbb5457, 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 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.

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
Origin

This is a copy

86% identical to ui-ux-pro-max — 126 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.pack/skills/ui-ux-pro-max/SKILL.md · 465 lines

How it starts

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

UI/UX Pro Max - Design Intelligence

Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.

When to Apply

Reference these guidelines when:

  • Designing new UI components or pages
  • Choosing color palettes and typography
  • Reviewing code for UX issues
  • Building landing pages or dashboards
  • Implementing accessibility requirements

Workflow

  1. Analyze requirements — extract product type, style keywords, industry, and technology stack from user request. Default to html-tailwind if no stack specified.
  2. Generate design system — run python3 scripts/search.py "<query>" --design-system -p "Project Name" for comprehensive style, color, typography, and effects recommendations.
  3. Supplement with domain searches — query style, typography, ux, chart, or landing domains for additional detail on specific areas.
  4. Persist design system for multi-page projects — use --persist to create design-system/MASTER.md with page-specific overrides via --page.
  5. Apply stack guidelines — run --stack <stack> (default: html-tailwind) for implementation-specific best practices.
  6. Implement with the design system as source of truth — colors, typography, spacing, and effects all come from the persisted MASTER.md.
  7. Run pre-delivery checklist — verify visual quality, interaction, light/dark mode, layout, and accessibility before delivering code.

Rule Categories by Priority

Priority Category Impact Domain
1 Accessibility CRITICAL ux
2 Touch & Interaction CRITICAL ux
3 Performance HIGH ux
4 Layout & Responsive HIGH ux
5 Typography & Color MEDIUM typography, color
6 Animation MEDIUM ux
7 Style Selection MEDIUM style, product
8 Charts & Data LOW chart

Read the full file on GitHub · 465 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. 12d ago First seen · 465 lines · 221 tokens per session scan B ec3eedbb5457

Subscribe to this mod's changes

ui-ux-pro-max is a skill published in the GitHub repository EliasOulkadi/shokunin (113 stars, last pushed 1mo ago), licensed MIT. It adds 221 tokens to every session and 4,726 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 86% identical to ui-ux-pro-max, differing in 126 lines, and is treated as a copy.

Related

Other skills, from other repositories

knowject-read-design

A project skill for turning a screenshot, PDF page, Figma export, or sketch into component skeleton code that follows the project’s UI library and coding conventions.

lynxlangya/knowject · 183 tokens

knowject-prd-to-mock

A Knowject skill that turns a written product requirement into a single-page HTML mockup, using the project's existing brand settings.

lynxlangya/knowject · 149 tokens

animate

Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight. Use when the user mentions adding animation, transitions, micro-interactions, motion design, hover effects, or making the UI feel more alive.

arnabdeypolimi/claude_code_setup · 53 tokens

delight

Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful. Use when the user asks to add polish, personality, animations, micro-interactions, delight, or make an interface feel fun or memorable.

arnabdeypolimi/claude_code_setup · 56 tokens

overdrive

Pushes interfaces past conventional limits with technically ambitious implementations — shaders, spring physics, scroll-driven reveals, 60fps animations. Use when the user wants to wow, impress, go all-out, or make something that feels extraordinary.

arnabdeypolimi/claude_code_setup · 49 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context.

arnabdeypolimi/claude_code_setup · 54 tokens