npx claudepluginhub galaxy-dawn/claude-scholar --plugin claude-scholarThis skill uses the workspace's default tool permissions.
data/ui-reasoning.csvreferences/USAGE.mdscripts/search.pySearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Use this skill to turn a vague UI request into a concrete design system plus implementation guidance.
This skill is for:
It is not a replacement for product strategy or user research. Use it to make execution sharper after the product direction is already roughly known.
Extract the minimum design signals first:
If the user does not specify a stack, default to html-tailwind.
Use the helper script to produce a compact design recommendation:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<product_type> <industry> <keywords>" --design-system -p "Project Name"
This produces:
If the work spans multiple turns or pages, persist the design system:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<query>" --design-system --persist -p "Project Name"
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "<query>" --design-system --persist -p "Project Name" --page "dashboard"
This creates:
design-system/MASTER.mddesign-system/pages/Use a focused search instead of loading everything at once:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "glassmorphism dark" --domain style
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "animation accessibility" --domain ux
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "real-time dashboard" --domain chart
python3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "elegant luxury serif" --domain typography
Supported domains:
productstylecolortypographylandingchartuxpython3 "${CLAUDE_PLUGIN_ROOT}/skills/ui-ux-pro-max/scripts/search.py" "forms table responsive" --stack html-tailwind
Supported stacks:
html-tailwindreactnextjsvuesvelteswiftuireact-nativefluttershadcnjetpack-composeAfter gathering the design system, convert it into:
Do not dump raw search output into the final answer. Use it to justify a coherent design direction.
A good response should usually include:
prefers-reduced-motion.search.py and data/ui-reasoning.csv only.Load only what is needed:
references/USAGE.md - recommended command patterns and retrieval flowdata/ui-reasoning.csv - compact product-to-design heuristics used by the helper scriptscripts/search.py - deterministic helper for design-system, domain, and stack lookup