UI UX Pro Max is an AI skill that supplies design guidance for creating user interfaces and user experiences across multiple platforms and frameworks. It is used by developers working with AI coding agents to plan and build application designs.
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 agentmods add skills/nextlevelbuilder/ui-ux-pro-max-skill/designnpx skills add nextlevelbuilder/ui-ux-pro-max-skill --skill designgit clone --depth 1 https://github.com/nextlevelbuilder/ui-ux-pro-max-skillWrote 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/nextlevelbuilder/ui-ux-pro-max-skill/design)<a href="https://agentmods.dev/skills/nextlevelbuilder/ui-ux-pro-max-skill/design"><img src="https://agentmods.dev/badge/skills/nextlevelbuilder/ui-ux-pro-max-skill/design.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00148 | $0.03439 |
| Opus 5 | $0.00074 | $0.01720 |
| Sonnet 5 | $0.00030 | $0.00688 |
| Haiku 4.5 | $0.00015 | $0.00344 |
Grade A, and why
design 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 yesterday.
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.
Copies of this mod
8 near-identical copies found in the catalogue:
- design — 100% identical, 88 lines differ
- design — 100% identical, 67 lines differ
- design — 98% identical, 66 lines differ
- design — 98% identical, 66 lines differ
- design — 98% identical, 66 lines differ
- design — 98% identical, 66 lines differ
- design — 98% identical, 68 lines differ
- design — 98% identical, 66 lines differ
How it starts
The opening of the file, as written. The whole thing — 334 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design
Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons.
When to Use
- Brand identity, voice, assets
- Design system tokens and specs
- UI styling with shadcn/ui + Tailwind
- Logo design and AI generation
- Corporate identity program (CIP) deliverables
- Presentations and pitch decks
- Banner design for social media, ads, web, print
- Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok
Sub-skill Routing
| Task | Sub-skill | Details |
|---|---|---|
| Brand identity, voice, assets | brand |
External skill |
| Tokens, specs, CSS vars | design-system |
External skill |
| shadcn/ui, Tailwind, code | ui-styling |
External skill |
| Logo creation, AI generation | Logo (built-in) | references/logo-design.md |
| CIP mockups, deliverables | CIP (built-in) | references/cip-design.md |
| Presentations, pitch decks | Slides (built-in) | references/slides.md |
| Banners, covers, headers | Banner (built-in) | references/banner-sizes-and-styles.md |
| Social media images/photos | Social Photos (built-in) | references/social-photos-design.md |
| SVG icons, icon sets | Icon (built-in) | references/icon-design.md |
Script Paths
Script paths in this skill and its references/ are relative to the directory that contains this SKILL.md, not to the project: scripts/<file> is this skill's own scripts/ folder, and ../<skill>/scripts/<file> is a sibling sub-skill installed alongside it. Build the full path from that directory (Claude Code reports it as the skill's base directory when the skill loads) and keep the working directory at the project root — the scripts read and write project files such as docs/brand-guidelines.md, assets/design-tokens.json or src/ relative to it.
Logo Design (Built-in)
55+ styles, 30 color palettes, 25 industry guides. Gemini Nano Banana, Atlas Cloud, and MuAPI image generation.
Logo: Generate Design Brief
python3 scripts/logo/search.py "tech startup modern" --design-brief -p "BrandName"
What ships with it
35 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/cip/deliverables.csv 13 KB
- data/cip/industries.csv 4.8 KB
- data/cip/mockup-contexts.csv 5.1 KB
- data/cip/styles.csv 5.8 KB
- data/icon/styles.csv 2.2 KB
- data/logo/colors.csv 10 KB
- data/logo/industries.csv 13 KB
- data/logo/styles.csv 13 KB
- references/banner-sizes-and-styles.md 4.9 KB
- references/cip-deliverable-guide.md 1.7 KB
- references/cip-design.md 4.2 KB
- references/cip-prompt-engineering.md 2.4 KB
- references/cip-style-guide.md 2.3 KB
- references/design-routing.md 5.6 KB
- references/icon-design.md 4.1 KB
- references/logo-color-psychology.md 3.3 KB
- references/logo-design.md 4.1 KB
- references/logo-prompt-engineering.md 4.2 KB
- references/logo-style-guide.md 3.4 KB
- references/slides-copywriting-formulas.md 2.5 KB
- references/slides-create.md 153 B
- references/slides-html-template.md 8.8 KB
- references/slides-layout-patterns.md 3.6 KB
- references/slides-strategies.md 2.6 KB
- references/slides.md 1.7 KB
- references/social-photos-design.md 11 KB
- scripts/cip/core.py 7.9 KB runs code
- scripts/cip/generate.py 19 KB runs code
- scripts/cip/render-html.py 14 KB runs code
- scripts/cip/search.py 4.4 KB runs code
- scripts/icon/generate.py 17 KB runs code
- scripts/logo/core.py 5.9 KB runs code
- scripts/logo/generate.py 27 KB runs code
- scripts/logo/search.py 4.6 KB runs code
- scripts/logo/tests/test_generate.py 10 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.
- yesterday Changed · +19 lines · +4 tokens per session 49d30a81656f
- 2d ago Changed 0dfc381a005c
- 5d ago First seen · 315 lines · 144 tokens per session scan A f2525f455c10
design is a skill published in the GitHub repository nextlevelbuilder/ui-ux-pro-max-skill (125,040 stars, last pushed yesterday), licensed MIT. It adds 148 tokens to every session and 3,439 once invoked, about $0.0007 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
ai-navigation
Use when implementing AI movement — NavigationAgent2D/3D, steering behaviors, behavior trees, and patrol patterns.
animation-system
Use when implementing animations — AnimationPlayer, AnimationTree, blend trees, state machines, sprite animation, and code-driven animation.
assets-pipeline
Use when importing and managing assets — image compression, 3D scene import, audio formats, resource formats, and import configuration.
export-pipeline
Use when exporting and distributing Godot games — export presets, platform settings, CI/CD with GitHub Actions.
gdscript-patterns
Use when writing GDScript — static typing, await/coroutines, lambdas, match patterns, export annotations, inner classes, and common idioms.
godot-code-review
Use when reviewing GDScript or C# Godot code — checklist of best practices, common anti-patterns, and Godot-specific pitfalls.