agentsclimarketplace

Ui ux pro max

Skill yigityildiz0/universal-ai-skill-library/skills/common/ui-ux-pro-max

Search and apply a local UI/UX design-intelligence library with 84 styles, 192 color palettes, 74 font pairings, 99 UX guidelines, 25 chart patterns, 1,923 Google Fonts, 105 icon records, and 22 technology stacks. Use to plan, implement, review, or improve web, mobile, and desktop interfaces, design systems, accessibility, responsive behavior, interaction states, typography, color, charts, and stack-specific UI code.From its SKILL.md

Install
npx -y skills add yigityildiz0/universal-ai-skill-library --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.

3 things to look at

  • 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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.4 KB, 850 tokens by cl100k_base, as published. Nobody here has run it

UI/UX Pro Max

Use the bundled local database to make design choices traceable and project-specific. Inspect the existing product and code before recommending a visual direction.

Resolve the skill directory

Set skill-dir to the directory containing this SKILL.md. Run scripts by absolute path derived from skill-dir; do not assume a host-specific skills root or current working directory.

Check Python with python --version. If python is unavailable, use the workflow manually from the CSV data and report that script search was unavailable. Do not install runtimes without authorization.

Core workflow

  1. Inspect the product.

    • Identify audience, primary tasks, platform, current stack, brand constraints, and existing design tokens.
    • Preserve established patterns unless the user asks for a redesign.
  2. Generate a design direction before implementation.

python "<skill-dir>/scripts/search.py" "<product> <industry> <audience> <tone>" --design-system -p "<project>" -f markdown

Use optional design dials only when the request justifies them:

python "<skill-dir>/scripts/search.py" "<query>" --design-system --variance 1-10 --motion 1-10 --density 1-10
  1. Query details as needed.
python "<skill-dir>/scripts/search.py" "<query>" --domain style
python "<skill-dir>/scripts/search.py" "<query>" --domain color
python "<skill-dir>/scripts/search.py" "<query>" --domain typography
python "<skill-dir>/scripts/search.py" "<query>" --domain ux
python "<skill-dir>/scripts/search.py" "<query>" --domain chart
python "<skill-dir>/scripts/search.py" "<query>" --stack <stack>

Supported domains include style, color, chart, landing, product, ux, typography, icons, motion, React performance, web interface, and Google Fonts. Ask the script for available stacks rather than inventing a stack name.

  1. Translate recommendations into a coherent system.

    • Define semantic color, type, spacing, radius, elevation, motion, and component-state tokens.
    • Explain why the selected style fits the product and where it should not be used.
    • Prefer one visual language over mixing unrelated fashionable effects.
  2. Implement in the project's existing framework.

    • Reuse established components and tokens.
    • Cover default, hover, focus, active, disabled, loading, empty, error, and success states.
    • Keep responsive behavior and keyboard interaction explicit.
  3. Validate the result.

    • Check contrast, semantic structure, labels, focus order, reduced motion, zoom, touch targets, and screen-size behavior.
    • Check loading performance, layout shift, image sizing, and unnecessary animation.
    • If visual inspection tools exist, inspect the rendered interface at representative mobile and desktop sizes.

Persistent design systems

Use --persist only when the user wants durable project files. It writes a master design system and optional page overrides to the selected output directory.

python "<skill-dir>/scripts/search.py" "<query>" --design-system --persist -p "<project>" --output-dir "<project-dir>"
python "<skill-dir>/scripts/search.py" "<query>" --design-system --persist -p "<project>" --page "dashboard" --output-dir "<project-dir>"

Read page overrides before the master when both exist; page rules override only the fields they define.

Output contract

For design work, provide:

  • selected direction and rationale;
  • core tokens or implementation changes;
  • accessibility and responsive checks;
  • alternatives considered and why they lost;
  • verification performed and remaining limitations.

Boundaries

  • Do not hardcode a provider, model name, or host-specific path.
  • Do not invent database results when the script fails.
  • Do not replace existing brand language with generic trends without justification.
  • Do not use color alone for meaning or animation without reduced-motion behavior.
  • Do not persist files during a read-only review.

See references/provenance.md for the upstream version, commit, licensing, and curated-data changes.

What ships with it: 41 files

1652.0 KB alongside SKILL.md, 3 of them executable

references/

scripts/

1 more file not listed here. See all 41 in the repository.

Keep looking

Skills are one crate of 326,569. 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.