โšกSkillsAggSubmit Skill

human-interface-guidelines

โœ“Clean

Apply Apple's Human Interface Guidelines (HIG) to design, review, and specify UI/UX for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Use when choosing platform-native patterns, reviewing a design against HIG, converting PRD to HIG-aligned UI specs, or finding the right HIG page quickly.

โญ 1 stars๐Ÿด 0 forksโ†“ 0 installs๐Ÿ“„ MIT

Install Command

npx skills add zanwei/human-interface-guidelines-skill
Author
zanwei
Repository
zanwei/human-interface-guidelines-skill
Discovered via
github topic
Weekly installs
0
Quality score
27/100
Last commit
2/21/2026

SKILL.md

---
name: human-interface-guidelines
description: Apply Apple's Human Interface Guidelines (HIG) to design, review, and specify UI/UX for iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Use when choosing platform-native patterns, reviewing a design against HIG, converting PRD to HIG-aligned UI specs, or finding the right HIG page quickly.
---

# Human Interface Guidelines (HIG) skill

Use this skill as an operational wrapper around Apple's HIG: navigate guideline content quickly, extract the relevant recommendations, and convert them into actionable UI decisions.

## Golden rules

- Prefer platform conventions over custom UI.
- Optimize for clarity, deference, and depth.
- Always state platform + context + user goal before recommending UI.
- When uncertain, cite the specific HIG URL.

## Workflow

### 1) Identify design context

Capture:
- Platform(s): iOS / iPadOS / macOS / watchOS / tvOS / visionOS
- Form factor: phone / tablet / desktop / TV / spatial
- Input: touch / keyboard / pointer / crown / remote / gaze and hands
- Environment constraints: motion, lighting, distance, accessibility needs
- Primary user goal and top tasks

### 2) Find entry points

Start with:
- `references/hig_section_map.md` for hierarchy
- `references/hig_catalog.md` for title + abstract browsing

### 3) Search candidate pages

- Use `scripts/search_hig.py` to search titles/abstracts by keyword.
- Open candidate URLs for the authoritative content.

### 4) Fetch canonical page content

When abstract is not enough:
- Run `python scripts/fetch_hig_page.py --path "/design/human-interface-guidelines/<slug>"`
- The script outputs best-effort Markdown from Apple's DocC JSON.

### 5) Convert guidance into decisions

Format output as:
- **User goal**
- **Recommended pattern/component** (plus what to avoid)
- **Platform-specific notes**
- **Accessibility considerations**
- **Edge cases** (error/empty/loading/offline/permissions)
- **HIG references** (URLs)

## Common tasks

### HIG review checklist
1. Navigation: clear hierarchy, predictable back/close behavior
2. Layout: spacing, alignment, typography, Dynamic Type readiness
3. Inputs: touch target, keyboard/pointer behavior, focus model
4. Feedback: loading/progress/success/error/confirmation
5. Accessibility: VoiceOver, contrast, motion sensitivity, localization
6. System integrations: share sheet, Sign in with Apple, Apple Pay, widgets

Deliver feedback with:
- Findings
- Severity (must-fix / should-fix / nice-to-have)
- Suggested fix
- HIG citations

### HIG-aligned UI spec outline
- Overview and user stories
- Information architecture
- Screens and states
- Components (with platform variants)
- Motion and transitions
- Copywriting and labels
- Accessibility requirements
- Open questions

## Bundled references

- `references/hig_section_map.md` - hierarchy map
- `references/hig_catalog.md` - pages with title and abstract

## Bundled scripts

- `scripts/search_hig.py` - keyword search on local catalog
- `scripts/fetch_hig_page.py` - fetch and render a HIG page to Markdown

Similar Skills

apple-hig-designerโœ“Clean

Design Apple-style iOS/macOS interfaces following Human Interface Guidelines. Creates HIG-compliant components with SF Symbols, San Francisco typography, and proper accessibility. Supports optional modern effects. Use when designing Apple-style UI, iOS/macOS interfaces, HIG-compliant components, or implementing design system specifications.

โญ 95โ†“ 0axiaoge2/Apple-Hig-Designer
npx skills add axiaoge2/Apple-Hig-Designer
cli-designโœ“Clean

Use when designing, building, or reviewing a command-line interface (CLI) tool. Provides a checklist of standard CLI conventions. Do not use for non-CLI applications.

โญ 0โ†“ 0metyatech/skill-cli-design
npx skills add metyatech/skill-cli-design

Comprehensive, research-backed Hinge dating profile optimization. Use when someone wants to improve their Hinge profile, audit an existing profile, write better prompts/captions, select and order photos strategically, or understand why they're not getting quality matches. This is the thorough process (~45 mins) - discovery interview, honest market math, photo strategy, copy creation, settings cleanup, and implementation support. Grounded in peer-reviewed behavioral research, platform data, and signaling theory.

npx skills add b1rdmania/hinge-profile-optimizer
apple-health-skillโœ“Clean

Talk to your Apple Health data รขย€ย” ask questions about your workouts, heart rate, activity rings, and fitness trends using AI.

โญ 1โ†“ 0nftechie/apple-health-skill
npx skills add nftechie/apple-health-skill
human-interface-guidelines | SkillsAgg