ui-ux-pro-max

Search curated UI/UX style guides with BM25-ranked results.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/Takeaki0817/hibioru --skill ui-ux-pro-max-takeaki0817
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-ux-pro-max
Source: https://github.com/Takeaki0817/hibioru/tree/main/.claude/skills/ui-ux-pro-max
Command: npx skills add https://github.com/Takeaki0817/hibioru --skill ui-ux-pro-max-takeaki0817

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This UI/UX Pro Max Skill provides a BM25-based search interface over a curated set of UI/UX style guides, enabling rapid retrieval of design patterns, color palettes, typography, and accessibility guidance from structured CSV sources.

Core Features & Use Cases

  • Domain-aware search across styles, color, typography, charts, and UX guidelines, returning concise, field-relevant results.
  • Auto domain detection suggests the most relevant style domain for a given query, accelerating discovery for designers and product teams.
  • Programmable search access via Python scripts, enabling integration into design workflows, audits, or design system documentation.

Quick Start

Run the search script to query for design guidance, for example: python3 .claude/skills/ui-ux-pro-max/scripts/search.py "color palette for fintech dashboard" --domain color

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 search for UI/UX style guides and design patterns?

To search for UI/UX style guides, run the Python search script to query a BM25-backed interface over curated CSV datasets, returning ranked color palettes, typography pairings, and UX guidelines.

Can I find color palettes and typography pairings for a specific design domain?

Yes, you can find color palettes and typography pairings by running a domain-aware search, using flags like '--domain color' to retrieve field-relevant results for specific design domains.

What is auto domain detection and how does it work for design system research?

Auto domain detection is a feature that analyzes your query and automatically suggests the most relevant UI/UX style domain, accelerating discovery for design system research.

How do I integrate style guide retrieval into my existing design workflow?

You can integrate style guide retrieval into your workflow by using the lightweight Python-based interface to programmatically load local CSV data and fetch ranked UX guidelines for audits or documentation.

Does this UI/UX style guide search require any external dependencies?

No, this UI/UX style guide search does not require external dependencies, running entirely through a local Python script that loads structured CSV sources for fast retrieval.

What is the best way to retrieve accessibility guidance for product design?

The best way to retrieve accessibility guidance is to query the curated CSV datasets via the Python script, which uses BM25 ranking to return concise, relevant UX guidelines for product design.

Related Skills