.agents/skills/ui-ux-pro-max/SKILL.md
Comprehensive design guide for web and mobile applications. Contains 67 styles, 96 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types across 13 technology stacks. Searchable database with priority-based recommendations.
npx skillsauth add takayatomose/tas-agent-skills ui-ux-pro-maxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks.
Python 3.x is required for the search script.
python3 --version || python --version
When working on UI/UX tasks (design, build, review, improve), follow this workflow:
Identify product type (SaaS, dashboard, etc.), industry, and desired style (minimal, elegant, etc.).
Always run this first to get comprehensive recommendations:
python3 .agents/skills/ui-ux-pro-max/scripts/search.py "<product_type> <industry> <keywords>" --design-system
Supplement with domain-specific searches:
# Get UX guidelines
python3 .agents/skills/ui-ux-pro-max/scripts/search.py "accessibility animation" --domain ux
# Get charts for dashboards
python3 .agents/skills/ui-ux-pro-max/scripts/search.py "dashboard analytics" --domain chart
Use the generated design system and guidelines to build the UI. Default to html-tailwind unless specified.
| Domain | Use For |
|--------|---------|
| product | Product type recommendations |
| style | UI styles, colors, effects |
| typography | Font pairings, Google Fonts |
| ux | Best practices, anti-patterns |
| chart | Chart types, data visualization |
cursor-pointerdevelopment
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
tools
Expert in unit testing, integration testing, E2E testing, and test automation strategies. Covers Jest, Mockito, and comprehensive test coverage approaches.
development
Expert in building type-safe, concurrent Rust services with ownership patterns, error handling, and clean architecture. Covers Actix, Axum, Rocket, and memory-safe patterns.
development
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.