ui-ux-pro-max-skill CLAUDE.md

ui-ux-pro-max-skill CLAUDE.md is an instructions file for coding agents from nextlevelbuilder/ui-ux-pro-max-skill. It costs 1,386 tokens per session, scanned A, original, MIT.

A project instruction guide for an AI coding assistant working with a user-interface design toolkit. It explains the project, its search command, its design databases, and how its files should stay in sync.

In plain words
What is it for?
Use it when working on interface design, typography, colours, charts, icons, user experience, or the toolkit's React and web recommendations.
Why use it?
It gives the assistant the project context and the correct way to find guidance instead of leaving it to guess how the toolkit is organised.

Instructions file

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 instructions/nextlevelbuilder/ui-ux-pro-max-skill/claude-md
Clone the repo
git clone --depth 1 https://github.com/nextlevelbuilder/ui-ux-pro-max-skill

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-skill CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nextlevelbuilder/ui-ux-pro-max-skill/claude-md.svg)](https://agentmods.dev/instructions/nextlevelbuilder/ui-ux-pro-max-skill/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/nextlevelbuilder/ui-ux-pro-max-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/nextlevelbuilder/ui-ux-pro-max-skill/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,386 This file is loaded in full into every session.
When invoked 1,386 The same file — it is already loaded in full.
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.01386 $0.01386
Opus 5 $0.00693 $0.00693
Sonnet 5 $0.00277 $0.00277
Haiku 4.5 $0.00139 $0.00139

Measured 5d ago against content hash 1c23ef53037a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ui-ux-pro-max-skill CLAUDE.md 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 5d ago.

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.

CLAUDE.md · 119 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

UI UX Pro Max is an AI-powered design intelligence toolkit providing searchable databases of UI styles, color palettes, font pairings, chart types, and UX guidelines. It works as a skill/workflow for AI coding assistants (Claude Code, Windsurf, Cursor, etc.).

Search Command

python3 src/ui-ux-pro-max/scripts/search.py "<query>" --domain <domain> [-n <max_results>]

Domain search:

  • product - Product type recommendations (SaaS, e-commerce, portfolio)
  • style - UI styles (glassmorphism, minimalism, brutalism) + AI prompts and CSS keywords
  • typography - Font pairings with Google Fonts imports
  • color - Color palettes by product type
  • landing - Page structure and CTA strategies
  • chart - Chart types and library recommendations
  • ux - Best practices and anti-patterns
  • icons - Icon recommendations with import code (Phosphor, Heroicons, Lucide)
  • react - React/Next.js performance patterns
  • web - App interface guidelines (iOS/Android/React Native)
  • google-fonts - Individual Google Fonts lookup
  • gsap - GSAP animation skeletons by intensity tier (hover, scroll reveal, stagger, page transition, parallax, loading)

Design dials (optional, only with --design-system):

python3 src/ui-ux-pro-max/scripts/search.py "<query>" --design-system --variance <1-10> --motion <1-10> --density <1-10>

--variance biases style selection (centered/minimal → bold/asymmetric), --motion attaches a matching GSAP snippet from motion.csv, --density overrides the spacing-scale tokens (spacious → dense/dashboard). Any dial left unset behaves exactly as before.

Stack search:

python3 src/ui-ux-pro-max/scripts/search.py "<query>" --stack <stack>

Available stacks: html-tailwind (default), react, nextjs, astro, vue, nuxtjs, nuxt-ui, svelte, swiftui, react-native, flutter, shadcn, jetpack-compose, threejs, angular, laravel, javafx, wpf, winui, avalonia, uno, uwp

Read the full file on GitHub · 119 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. 5d ago First seen · 119 lines · 1,386 tokens per session scan A 1c23ef53037a

Subscribe to this mod's changes

ui-ux-pro-max-skill CLAUDE.md is an instructions file published in the GitHub repository nextlevelbuilder/ui-ux-pro-max-skill (125,040 stars, last pushed yesterday), licensed MIT. It adds 1,386 tokens to every session, about $0.0069 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.

Related

Other instructions, from other repositories

gortex CLAUDE.md

Claude Code instructions for zzet/gortex, covering gortex, build & test, codebase overview, discovery (read once, then keep using) and llm provider (powers ask and searchsymbols assist: modes).

zzet/gortex · 5,172 tokens

better-code-review-graph AGENTS.md

AGENTS.md instructions for n24q02m/better-code-review-graph, covering better-code-review-graph, cau truc, local-first boundary, lenh thuong dung and cau hinh quan trong.

n24q02m/better-code-review-graph · 2,549 tokens

GodotPrompter GEMINI.md

Gemini CLI instructions for jame581/GodotPrompter, a project described as: Agentic skills framework for Godot 4.x. Domain-specific skills for AI coding agents (Claude Code, Copilot, Antigravity, Cursor).

jame581/GodotPrompter · 36 tokens

agent-skills AGENTS.md

AGENTS.md instructions for tech-leads-club/agent-skills, covering agents.md, workflow orchestration, 1. plan mode default, 2. subagent strategy and 3. verification before done.

tech-leads-club/agent-skills · 1,570 tokens

agent-skills CLAUDE.md

Claude Code instructions for tech-leads-club/agent-skills, a project described as: The secure, validated skill registry for professional AI coding agents. Extend Antigravity, Claude Code, Cursor, Copilot and more with absolute confidence.

tech-leads-club/agent-skills · 3 tokens

imagine-mcp AGENTS.md

AGENTS.md instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.

n24q02m/imagine-mcp · 1,454 tokens