ui-ux-pro-max

Aggregate UI/UX guidance from multiple design domains into a design system.

Updated Aug 11, 2025
One-click install
npx skills add https://github.com/NinaVerde/ninaverde_app --skill ui-ux-pro-max-ninaverde
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/NinaVerde/ninaverde_app/tree/main/.agent/skills/ui-ux-pro-max
Command: npx skills add https://github.com/NinaVerde/ninaverde_app --skill ui-ux-pro-max-ninaverde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of scalable design systems by aggregating UI/UX guidance from multiple design domains and turning it into actionable patterns, styles, and tokens.

Core Features & Use Cases

  • Multi-domain search across product, color, style, typography, and UX guidelines to assemble a cohesive design system.
  • Design System Generator that curates a pattern, style, color palette, and typography based on user context.
  • Persistence support with Master (MASTER.md) and per-page overrides for page-specific customization.

Quick Start

Use the ui-ux-pro-max skill to generate a complete design system for a given project, persist with a Master file, and optionally create page overrides. Examples:

  • python3 skills/ui-ux-pro-max/scripts/search.py "beauty spa wellness service elegant" --design-system -p "Serenity Spa"
  • python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --design-system --persist -p "Project Name" --page "dashboard"
  • python3 skills/ui-ux-pro-max/scripts/search.py "<query>" --domain style

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 from UI/UX guidance across multiple domains?▼

You generate a design system by running a search query across product, color, style, typography, and UX domains. The tool aggregates UI/UX guidance to curate cohesive patterns, color palettes, and typography based on your project context.

What is a Master and override persistence mechanism for design systems?▼

Master and override persistence saves design system rules in a MASTER.md file while allowing page-specific customizations. This hierarchical approach ensures global style consistency with localized layout flexibility.

Can I build a web and mobile design system that supports page-specific overrides?▼

Yes, you can build web and mobile design systems with page-specific overrides. The tool persists global styles via a Master file and generates per-page customizations to handle distinct layout and pattern requirements.

How do I search UI/UX design domains for color palette and typography decisions?▼

You search UI/UX design domains by executing a query with a domain flag like style or typography. This narrows the multi-domain search to curate specific design tokens, patterns, and styles for your project.

Do I need any specific design frameworks or dependencies to automate design system creation?▼

No external design frameworks or dependencies are required to automate design system creation. The tool operates independently using its internal multi-domain search engine to aggregate UI/UX patterns and styles.

What is the best way to maintain scalable design system consistency across a growing project?▼

The best way to maintain design system consistency is using a hierarchical persistence mechanism. Generating a Master file establishes global governance, while per-page overrides manage scalable pattern customization without breaking core styles.