tool-ui-ux-pro-max

Query local UI/UX style data for color palettes and typography pairings.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill tool-ui-ux-pro-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tool-ui-ux-pro-max
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/tool-ui-ux-pro-max
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill tool-ui-ux-pro-max

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides quick access to concrete UI/UX inputs like color palettes, typography pairings, and UX constraints, enabling faster, decision-focused design work.

Core Features & Use Cases

  • Lookup UI/UX style guidance across design systems, palettes, typography, and accessibility guidelines.
  • Generate implementation-ready notes for design handoffs, style reviews, and component design tokens.
  • Use Case: When refining a product's visual system, retrieve a ready-to-adapt color palette and typography pairing for the next sprint.

Quick Start

Use the provided Python script to query domain or stack-based guidelines. Example commands:

  • Domain search: python3 ~/.claude/skills/tool-ui-ux-pro-max/scripts/search.py "elegant minimal" --domain style
  • Stack search: python3 ~/.claude/skills/tool-ui-ux-pro-max/scripts/search.py "color palette" --stack html-tailwind

Frequently Asked Questions about tool-ui-ux-pro-max

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

FAQPage Schema
How do I find UI color palettes and typography pairings for a specific design system?

Retrieve UI color palettes and typography pairings by querying a local domain-tuned corpus with the included Python 3 scripts to return structured, implementation-ready style guidance for your design system.

Can I search for UX constraints using an HTML and Tailwind stack?

Yes, you can query UX constraints using an HTML and Tailwind stack by executing the provided Python search script with the stack parameter to return matching design system guidelines.

What is the best way to generate design tokens for component handoffs?

Generate design tokens for component handoffs by querying the local style corpus to retrieve concrete UI inputs, producing implementation-ready notes for style reviews and design handoffs.

Do I need Python 3 to look up accessibility guidelines and design system rules?

Yes, Python 3 is required to run the included search scripts that query local data assets to retrieve accessibility guidelines and design system rules.

What are the limitations of using local data assets for UI style lookups?

The limitation of using local data assets for UI style lookups is that results are strictly constrained to the pre-existing domain-tuned corpus, meaning newly released design trends are not captured.