ui-ux-pro-max

Generates customizable design system recommendations from a searchable database of UI/UX guidelines.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/dainsiahtill-dev/TauriHands --skill ui-ux-pro-max-dainsiahtill-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/dainsiahtill-dev/TauriHands/tree/main/.gemini/skills/ui-ux-pro-max
Command: npx skills add https://github.com/dainsiahtill-dev/TauriHands --skill ui-ux-pro-max-dainsiahtill-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

UI/UX design decision fatigue arises when teams must stitch together design patterns from scattered sources. This Skill provides a searchable, design-system driven guide to quickly assemble consistent interfaces and scalable guidelines.

Core Features & Use Cases

  • Multi-domain design guidance across style, color, typography, and UX patterns.
  • Persistent Master + page override structure to enforce consistency across projects.
  • Automated design-system generation from user requests with reasoning rules to tailor recommendations.
  • Use Case: When tasked with building a dashboard, the Skill suggests color palettes, typography, and component guidelines that align with the product goals.

Quick Start

  • Run a design-system search: python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system -p "Project Name"
  • Persist master + overrides: python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name"
  • View as ASCII box or Markdown: python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system -f markdown -p "Project"

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 generate a complete design system for a new project?

To generate a design system, run the search script with your project query and the --design-system flag. This produces a complete, reusable recommendation across style, color, typography, and UX patterns tailored to your request.

What is the best way to maintain UI consistency across different web pages?

Maintain UI consistency by using the persistent Master + page override structure. Persist a master design system for the project, then apply specific page overrides to enforce scalable guidelines without breaking the base style.

Can I export UI guidelines as Markdown for my documentation?

Yes, you can export UI guidelines as Markdown. Run the search script with the -f markdown flag to output the generated design system recommendations directly in Markdown format for easy integration into docs.

Does the design guidance cover color palettes and typography choices?

The design guidance covers multiple domains including color palettes and typography choices. It searches a knowledge base to provide automated recommendations across style, color, typography, and UX guidelines.

How do I save a master design system so I can reuse it later?

Save a master design system by running the search script with the --persist flag and specifying a project name. This stores your design system configuration and page-specific overrides for future retrieval.

What should I do when facing UI/UX design decision fatigue?

Solve UI/UX design decision fatigue by using a searchable, design-system driven guide. It stitches together scattered design patterns into an automated, reasoning-based recommendation to quickly assemble consistent interfaces.