ui-ux-pro-max — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ui-ux-pro-max (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
AI-powered design intelligence with 67+ UI styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 15+ tech stacks.
Python 3.x (no external dependencies needed).
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --domain <domain> [-n <max_results>]python3 {{SKILL_DIR}}/scripts/search.py "<product_type> <industry> <keywords>" --design-system [-p "Project Name"]Persist across sessions:
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --design-system --persist -p "Project Name"Page-specific override:
python3 {{SKILL_DIR}}/scripts/search.py "<query>" --design-system --persist -p "Project Name" --page "dashboard"python3 {{SKILL_DIR}}/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]| Domain | Use For | Example Keywords |
|---|---|---|
product | Product type recommendations | SaaS, e-commerce, portfolio, healthcare, beauty |
style | UI styles, colors, effects | glassmorphism, minimalism, dark mode, brutalism |
typography | Font pairings, Google Fonts | elegant, playful, professional, modern |
color | Color palettes by product type | saas, ecommerce, healthcare, beauty, fintech |
landing | Page structure, CTA strategies | hero, testimonial, pricing, social-proof |
chart | Chart types, library recommendations | trend, comparison, timeline, funnel |
ux | Best practices, anti-patterns | animation, accessibility, z-index, loading |
react | React/Next.js performance | waterfall, bundle, suspense, memo, rerender |
web | App interface guidelines | accessibilityLabel, touch targets, safe areas |
prompt | AI prompts, CSS keywords | (style name) |
python3 {{SKILL_DIR}}/scripts/search.py "<keyword>" --stack <stack>Available stacks: html-tailwind (default), react, nextjs, astro, vue, nuxtjs, nuxt-ui, svelte, swiftui, react-native, flutter, shadcn, jetpack-compose
# ASCII box (default)
python3 {{SKILL_DIR}}/scripts/search.py "fintech crypto" --design-system
# Markdown
python3 {{SKILL_DIR}}/scripts/search.py "fintech crypto" --design-system -f markdown| Scenario | Start From |
|---|---|
| New project / page | Step 1 → --design-system |
| New component | --domain style or --domain ux |
| Choose style / color / font | --design-system |
| Review existing UI | Pre-delivery checklist below |
| Fix a UI bug | Domain search for relevant area |
| Add charts / data viz | --domain chart |
| Stack best practices | --stack <stack> |
Extract: product type, target audience, style keywords, tech stack.
Run --design-system first. Always.
Deep-dive specific areas (style, color, typography, ux, etc.)
Get implementation-specific best practices for the target stack.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.