ui-ux-pro-max

Generates UI/UX design guidance by searching databases of styles, palettes, fonts, and stack best practices.

3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/trudyan141/my-antigravity-agents-kit --skill ui-ux-pro-max-trudyan141
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/trudyan141/my-antigravity-agents-kit/tree/main/templates/.agent/skills/ui-ux-pro-max
Command: npx skills add https://github.com/trudyan141/my-antigravity-agents-kit --skill ui-ux-pro-max-trudyan141

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Designing professional, consistent user interfaces requires knowing which styles, color palettes, font pairings, and layout patterns fit a given product type and tech stack. This Skill replaces guesswork with a searchable design intelligence database covering 50 styles, 21 palettes, 50 font pairings, 20 chart types, and 9 technology stacks. ## Core Features & Use Cases - Searchable Design Database: Query domains like product, style, typography, color, landing page structure, charts, and UX best practices via a Python search script. - Stack-Specific Guidelines: Get implementation best practices for React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, and shadcn/ui. - Pre-Delivery Quality Checklist: Built-in rules for icons, hover states, light/dark mode contrast, spacing, and accessibility to avoid common unprofessional UI mistakes. - Use Case: When asked to build a landing page for a beauty spa, the Skill searches product recommendations, elegant style guides, luxury font pairings, and spa color palettes, then synthesizes them into a complete design implementation. ## Quick Start Ask the AI to design a landing page for your product and it will search the design database for styles, colors, fonts, and stack guidelines before implementing the UI.

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 get UI design recommendations for a landing page?

Run the search script with keywords describing your product and style, using domains like product, style, typography, color, and landing. The results include style guides, font pairings with Google Fonts imports, color palettes, and page structure recommendations.

What tech stacks does this UI design skill support?

It supports nine stacks: html-tailwind (default), React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, and shadcn/ui. Each stack provides specific guidelines such as hooks patterns for React or Composition API for Vue.

How do I choose a color palette for a SaaS dashboard?

Search the color domain with your product type keyword, such as saas or fintech. The database returns a complete palette including primary, secondary, CTA, background, text, and border colors suited to that industry.

Does the skill require Python to run?

Yes, the search functionality depends on a Python script executed via the command line. The skill checks for python3 or python availability first and instructs the user to install Python if it is missing.

Why does my light mode UI have poor text contrast?

Common causes include using slate-400 or lighter grays for body text and overly transparent backgrounds like bg-white/10. The skill's rules recommend slate-900 for text, slate-600 minimum for muted text, and bg-white/80 or higher for glass cards.