Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vabole avatar

Hig

  • 413 installs
  • 297 repo stars
  • Updated August 4, 2026
  • vabole/apple-skills

hig is an agent skill that applies Apple Human Interface Guidelines to iOS, iPadOS, macOS, and watchOS UI design for developers who need platform-native screens, navigation, and interaction patterns.

About

hig is an agent skill from vabole/apple-skills that encodes Apple Human Interface Guidelines for designing and building native Apple platform interfaces. The skill helps developers choose correct navigation models, control sizing, typography, spacing, accessibility patterns, and platform-specific interaction behaviors across iOS, iPadOS, macOS, and watchOS before or during UI implementation. Developers reach for hig when building SwiftUI or UIKit screens, macOS app panels, or watchOS complications that must feel native and pass App Store design expectations. It reduces rework by aligning layout and interaction decisions with Apple's documented HIG principles during the frontend build phase rather than after design review.

  • Platform-specific layout and navigation rules
  • Typography, color, and materials guidance
  • Accessibility and Dynamic Type expectations
  • Component and gesture conventions
  • Review checklist against official HIG

Hig by the numbers

  • 413 all-time installs (skills.sh)
  • +15 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #672 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/vabole/apple-skills --skill hig

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs413
repo stars297
Last updatedAugust 4, 2026
Repositoryvabole/apple-skills

How do you apply Apple HIG to SwiftUI screens?

Apply Apple Human Interface Guidelines when designing iOS, iPadOS, macOS, and watchOS screens, navigation, and interaction patterns before or during UI buildout.

Who is it for?

iOS, iPadOS, macOS, or watchOS developers implementing SwiftUI or UIKit UIs who want native Apple design compliance.

Skip if: Web-only React projects or Android developers who do not target Apple platforms.

When should I use this skill?

A developer is designing or coding Apple platform screens, navigation, or controls and needs HIG-aligned guidance.

What you get

HIG-aligned screen specs, navigation structure, and interaction pattern recommendations

  • HIG-aligned UI spec
  • navigation and control recommendations

Files

SKILL.mdMarkdownGitHub ↗

Human Interface Guidelines Reference

Comprehensive reference for designing interfaces that follow Apple's Human Interface Guidelines.

Downloaded Reference Files

All key HIG documentation is available locally (grep-friendly):

Getting Started

FileContentSize
hig-index.mdFull HIG table of contents11KB
designing-for-ios.mdiOS design principles5KB

Foundations

FileContentSize
app-icons.mdApp icon design guidelines14KB
color.mdColor usage and system colors17KB
typography.mdFonts, text styles, Dynamic Type17KB
layout.mdLayout principles, safe areas21KB
materials.mdMaterials, blur effects, vibrancy14KB
motion.mdAnimation principles9KB
accessibility.mdAccessibility best practices19KB
sf-symbols.mdSF Symbols usage21KB

Patterns

FileContentSize
onboarding.mdOnboarding flows6KB
modality.mdModal presentations7KB
launching.mdApp launch experience6KB
feedback.mdUser feedback patterns5KB
playing-haptics.mdHaptic feedback10KB
searching.mdSearch patterns7KB
settings.mdSettings patterns7KB

Components - Navigation

FileContentSize
tab-bars.mdTab bar design11KB
navigation-bars.mdNavigation bar patterns17KB
toolbars.mdToolbar design17KB
sidebars.mdSidebar patterns8KB

Components - Presentation

FileContentSize
sheets.mdSheet presentations11KB
alerts.mdAlert dialogs10KB
action-sheets.mdAction sheets4KB
menus.mdMenu design14KB

Components - Controls

FileContentSize
buttons.mdButton styles and usage17KB
lists-and-tables.mdList and table patterns9KB
toggles.mdToggle/switch design9KB
pickers.mdPicker controls6KB
sliders.mdSlider controls6KB
steppers.mdStepper controls2KB
text-fields.mdText input fields6KB

Searching the Docs

# Find color guidance
grep -i "semantic" color.md

# Find button styles
grep -i "bordered" buttons.md

# Find haptic patterns
grep -i "notification" playing-haptics.md

# Browse the full HIG index
grep -i "navigation" hig-index.md

Fetching More Docs

1. Search this skill's local .md files first. 2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. 3. If no installed skill has the page, use the relevant Human Interface Guidelines path with the sosumi.ai Markdown mirror. For example, /design/human-interface-guidelines/buttons maps to https://sosumi.ai/design/human-interface-guidelines/buttons.

Common HIG Doc Paths

TopicURL Path
Full Indexhuman-interface-guidelines
iOS Designhuman-interface-guidelines/designing-for-ios
iPadOS Designhuman-interface-guidelines/designing-for-ipados
macOS Designhuman-interface-guidelines/designing-for-macos
App Iconshuman-interface-guidelines/app-icons
Colorhuman-interface-guidelines/color
Typographyhuman-interface-guidelines/typography
Layouthuman-interface-guidelines/layout
Accessibilityhuman-interface-guidelines/accessibility
SF Symbolshuman-interface-guidelines/sf-symbols
Buttonshuman-interface-guidelines/buttons
Tab Barshuman-interface-guidelines/tab-bars
Navigation Barshuman-interface-guidelines/navigation-bars
Sheetshuman-interface-guidelines/sheets
Alertshuman-interface-guidelines/alerts

Quick Reference

Button Styles (iOS)

  • Plain - Text only, minimal visual weight
  • Gray - Gray background, for secondary actions
  • Tinted - Tinted background with accent color
  • Filled - Solid background, for primary actions
  • Bordered - Outlined with border
  • Bordered Prominent - Filled background, high prominence

Haptic Feedback Types

  • Selection - Light tap for selection changes
  • Impact - Light/medium/heavy/rigid/soft for collisions
  • Notification - Success/warning/error for outcomes

Safe Areas

  • Always respect safe areas for content
  • Extend backgrounds edge-to-edge
  • Place interactive elements within safe areas

Sources

Apple Documentation

WWDC Sessions

Related skills

How it compares

Use hig for Apple-native HIG compliance instead of generic web design or Material Design skills.

FAQ

Which platforms does hig cover?

hig applies Apple Human Interface Guidelines to iOS, iPadOS, macOS, and watchOS, helping developers design native navigation, controls, typography, and interaction patterns for SwiftUI and UIKit implementations.

When should I invoke hig?

Invoke hig during frontend build when designing or coding Apple platform screens, before App Store review, so navigation, controls, spacing, and accessibility follow documented Human Interface Guidelines.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.