Fixes UnicodeEncodeError when running search.py on Windows systems
with cp1252 encoding (default Windows terminal encoding).
The CSV data files contain Unicode symbols (✓, ⚡, ⚠, etc.) that
cannot be encoded in cp1252, causing the script to crash.
Closes#22
Add searchable icons database organized by 12 categories:
- Navigation, Action, Status, Communication, User
- Media, Commerce, Data, Files, Layout
- Social, Device, Security, Location, Time, Development
Each icon includes:
- Keywords for search
- Import code for React
- Usage example
- Best use case
Closes#31
- Add guideline to use bg-primary instead of bg-[var(--color-primary)]
- Add checklist item in SKILL.md Pre-Delivery Checklist
- Sync html-tailwind.csv to .shared folder
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
- Optimizes token usage by ~28% while maintaining result quality
- BM25 ranking ensures best matches are in top results
- Updated core.py MAX_RESULTS constant
- Synced changes to .shared/ui-ux-pro-max/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>