Apply Apple's Human Interface Guidelines (HIG) to design, review, and specify UI/UX for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS.
- Python 3.10+
pip install -r requirements.txt
npx skills add zanwei/human-interface-guidelines-skill --skill human-interface-guidelinescd ~/.cursor/skills
npx skills add ./human-interface-guidelines --skill human-interface-guidelines -a cursor -g -ynpx skills list -g -a cursor
python3 scripts/search_hig.py --top 3 "apple pay"
python3 scripts/fetch_hig_page.py --helpnpx skills check
npx skills updateSKILL.md: operational workflow and output templatesreferences/hig_section_map.md: HIG hierarchy mapreferences/hig_catalog.md: page catalog with title + abstractscripts/search_hig.py: keyword search on local catalogscripts/fetch_hig_page.py: fetch and render HIG DocC pages to Markdown
- "Review this iOS settings page against HIG and list must-fix issues."
- "Convert this PRD into a HIG-aligned iOS UI spec."
- "Pick the right component pattern for a visionOS picker flow."