Files
claude-code-glm-suite/skills/ui-ux-pro-max/scripts/search.py
uroma adb53bbd3f Add complete UI/UX Pro Max skill with comprehensive design knowledge base
This commit adds the full UI/UX Pro Max skill to prevent "file not found" errors
when using the ui-ux-pro-max agent in Claude Code.

Added files:
- skills/ui-ux-pro-max/README.md - Complete skill documentation with:
  * 50+ design styles (Glassmorphism, Neumorphism, Claymorphism, Bento Grid, etc.)
  * 97 color palettes for different industries
  * 57 font pairings (Elegant, Modern, Playful, Professional, Technical)
  * WCAG 2.1 AA/AAA accessibility guidelines
  * Stack-specific patterns (React, Next.js, Vue, Tailwind, shadcn/ui)
  * Anti-patterns to avoid
  * Pre-delivery checklist

- skills/ui-ux-pro-max/scripts/search.py - Design knowledge search tool with:
  * DESIGN_KNOWLEDGE dictionary with 8 domains
  * search_knowledge() function for searching domains
  * format_results() function for output formatting
  * main() function with argparse CLI interface
  * Support for --domain and --stack filters
  * Configurable max-results parameter

Tested scenarios:
✓ Product domain search (dashboard, saas, ecommerce, etc.)
✓ Style domain search (glassmorphism, minimalism, etc.)
✓ UX domain search (accessibility, animation, forms, etc.)
✓ Stack-specific search (react, nextjs, vue, tailwind, shadcn)
✓ Max results limiting
✓ No results handling
✓ Help documentation

The skill integrates with /tmp/claude-repo/agents/design/ui-ux-pro-max.md
and provides professional design intelligence for web and mobile interfaces.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 13:52:09 +00:00

20 KiB
Executable File