design

design is a skill for Claude Code, Codex from nextlevelbuilder/ui-ux-pro-max-skill. It costs 148 tokens per session (3,439 once invoked), scanned A, original, MIT.

A collection of design tools for brand identity, design rules, user interfaces, logos, presentations, banners, social images, and icons.

In plain words
What is it for?
Use it to create brand assets, design systems, styled interfaces, logos, corporate identity materials, slide decks, banners, social images, and SVG icons.
Why use it?
It brings related design work into one place and routes each request to the relevant design area.

Skill for Claude CodeCodex

Part of the ui-ux-pro-max plugin — 7 skills, 2 commands, 1 agent, 3 MCP servers shipped together

About the project

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.

nextlevelbuilder/ui-ux-pro-max-skill · 125,040 stars · on GitHub

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.

agentmods
npx agentmods add skills/nextlevelbuilder/ui-ux-pro-max-skill/design
Any agent
npx skills add nextlevelbuilder/ui-ux-pro-max-skill --skill design
Clone the repo
git clone --depth 1 https://github.com/nextlevelbuilder/ui-ux-pro-max-skill

Made for: Claude Code, Codex.

Or install ui-ux-pro-max, the plugin that ships this one along with the rest of its 7 skills, 2 commands, 1 agent, 3 MCP servers.

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 design

README.md
[![agentmods](https://agentmods.dev/badge/skills/nextlevelbuilder/ui-ux-pro-max-skill/design.svg)](https://agentmods.dev/skills/nextlevelbuilder/ui-ux-pro-max-skill/design)
Your own site
<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>
Per session 148 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00148 $0.03439
Opus 5 $0.00074 $0.01720
Sonnet 5 $0.00030 $0.00688
Haiku 4.5 $0.00015 $0.00344

Measured yesterday against content hash 49d30a81656f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 9 executable files (scripts/cip/core.py, scripts/cip/generate.py, scripts/cip/render-html.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.

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.

Origin

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
.claude/skills/design/SKILL.md · 334 lines

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"

Read the full file on GitHub · 334 lines

Files

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.

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. yesterday Changed · +19 lines · +4 tokens per session 49d30a81656f
  2. 2d ago Changed 0dfc381a005c
  3. 5d ago First seen · 315 lines · 144 tokens per session scan A f2525f455c10

Subscribe to this mod's changes

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.