ui-ux-pro-max

Search local CSV datasets for UI/UX design guidance across multiple domains.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gonzoblasco/antigravity-developer-stack --skill ui-ux-pro-max-gonzoblasco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/gonzoblasco/antigravity-developer-stack/tree/main/frontend-ui/ui-ux-pro-max
Command: npx skills add https://github.com/gonzoblasco/antigravity-developer-stack --skill ui-ux-pro-max-gonzoblasco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill centralizes UI/UX design guidance by enabling rapid discovery of patterns, standards, and design-system resources across multiple design domains. It accelerates teams toward consistent, high-quality interfaces by surfacing validated guidance and concrete examples from a curated repository.

Core Features & Use Cases

  • Multi-domain search across style, color, typography, UX guidelines, charts, and landing patterns to inform design-system decisions.
  • Design System generation and recommendations that help you define patterns, tokens, and component guidelines for a project.
  • Use Case: A designer starts with a query like “e-commerce dashboard” and receives prioritized patterns, color palettes, and typography options, then uses them to build a cohesive design system.

Quick Start

  1. Run a search to explore design guidance: python3 .agent/skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness" --design-system -p "Serenity Spa"
  2. Generate a design system with a project name: python3 .agent/skills/ui-ux-pro-max/scripts/search.py "fintech dashboard" --design-system -p "FinDash" -f markdown
  3. Refine results with domain-specific queries as needed: python3 .agent/skills/ui-ux-pro-max/scripts/search.py "animation accessibility" --domain ux

Frequently Asked Questions about ui-ux-pro-max

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find UI/UX design patterns and guidelines for a specific project type?

You can discover UI/UX design patterns by running a search query across style, color, typography, and UX guideline domains to surface prioritized recommendations from a curated local repository.

What is the best way to generate a design system for a new application interface?

Generating a design system is best done by running a search query with a project name, which produces structured markdown outputs of prioritized patterns, tokens, and component guidelines for your design pipelines.

Can I search for design guidance within a specific domain like typography or charts?

Yes, you can refine your design guidance search to specific domains like typography, charts, or UX guidelines by using domain-aware routing parameters to narrow the returned results.

Does this UI/UX search tool require any external dependencies or APIs to function?

No external dependencies are required, as the tool operates entirely on local CSV datasets using a BM25-based search mechanism with domain-aware routing to surface design patterns without external API calls.

What format are the design system recommendations output in for integration?

Design system recommendations are output in structured formats like markdown, making them suitable for direct integration into automated design pipelines and documentation workflows.