agentsclimarketplace

Ui ux pro max

Skill S3YED/appie-kit/skills/content/ui-ux-pro-max

AI-powered design intelligence with 67+ UI styles, 161 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types. Use for UI/UX design decisions, color schemes, typography, design systems, landing pages, and pre-delivery checklists.From its SKILL.md

Install
npx -y skills add S3YED/appie-kit --skill ui-ux-pro-max

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

4.6 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it

UI/UX Pro Max

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.

Prerequisites

Python 3.x (no external dependencies needed).

Search Command

python3 {{SKILL_DIR}}/scripts/search.py "<query>" --domain <domain> [-n <max_results>]

Design System Generation (start here for new projects)

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"

Domain Search

python3 {{SKILL_DIR}}/scripts/search.py "<keyword>" --domain <domain> [-n <max_results>]
DomainUse ForExample Keywords
productProduct type recommendationsSaaS, e-commerce, portfolio, healthcare, beauty
styleUI styles, colors, effectsglassmorphism, minimalism, dark mode, brutalism
typographyFont pairings, Google Fontselegant, playful, professional, modern
colorColor palettes by product typesaas, ecommerce, healthcare, beauty, fintech
landingPage structure, CTA strategieshero, testimonial, pricing, social-proof
chartChart types, library recommendationstrend, comparison, timeline, funnel
uxBest practices, anti-patternsanimation, accessibility, z-index, loading
reactReact/Next.js performancewaterfall, bundle, suspense, memo, rerender
webApp interface guidelinesaccessibilityLabel, touch targets, safe areas
promptAI prompts, CSS keywords(style name)

Stack-Specific Search

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

Output Formats

# 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

Workflow

ScenarioStart From
New project / pageStep 1 → --design-system
New component--domain style or --domain ux
Choose style / color / font--design-system
Review existing UIPre-delivery checklist below
Fix a UI bugDomain search for relevant area
Add charts / data viz--domain chart
Stack best practices--stack <stack>

Step 1: Analyze Requirements

Extract: product type, target audience, style keywords, tech stack.

Step 2: Generate Design System (REQUIRED for new projects)

Run --design-system first. Always.

Step 3: Supplement with Domain Searches

Deep-dive specific areas (style, color, typography, ux, etc.)

Step 4: Stack Guidelines

Get implementation-specific best practices for the target stack.

Pre-Delivery Checklist

Visual Quality

  • No emojis used as icons (use SVG: Phosphor, Heroicons, Lucide)
  • cursor-pointer on all clickable elements
  • Hover states with smooth transitions (150-300ms)
  • Official brand assets with correct proportions
  • Semantic theme tokens (no hardcoded per-screen colors)

Contrast & Color

  • Light mode: text contrast ≥4.5:1
  • Dark mode: primary ≥4.5:1, secondary ≥3:1
  • Dividers/borders visible in both themes
  • Color is not the only indicator

Layout

  • Responsive: 375px, 768px, 1024px, 1440px
  • Safe areas respected for fixed elements
  • 4/8dp spacing rhythm maintained
  • Long text readable (not edge-to-edge on wide screens)

Accessibility

  • Focus states visible for keyboard nav
  • prefers-reduced-motion respected
  • Touch targets ≥44pt (iOS) / ≥48dp (Android)
  • All meaningful images/icons have alt text / labels

Interaction

  • Touch feedback within 80-150ms
  • Micro-interactions 150-300ms with native easing
  • Disabled states visually clear and non-interactive
  • No gesture conflicts in nested interactive regions

What ships with it: 54 files

1736.2 KB alongside SKILL.md, 10 of them executable

scripts/

14 more files not listed here. See all 54 in the repository.

Keep looking

Skills are one crate of 326,764. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.