From apple-skills
References Apple's Human Interface Guidelines for iOS UI design patterns, components, accessibility, color, typography, layout, motion, and haptics via local grep-searchable files.
npx claudepluginhub vabole/apple-skills --plugin apple-skillsThis skill uses the workspace's default tool permissions.
Comprehensive reference for designing interfaces that follow Apple's Human Interface Guidelines.
Provides Apple HIG design foundations on colors, typography, SF Symbols, dark mode, accessibility, app icons, layout, materials, motion, privacy, RTL, and branding. Ensures compliant Apple app designs.
Guides iOS app development per Apple's Human Interface Guidelines, covering interface design, accessibility (VoiceOver, Dynamic Type), dark mode, touch targets, animations, haptics, and permissions.
Provides Apple Human Interface Guidelines design foundations including principles on accessibility, system colors/fonts/icons, privacy, internationalization, and motion. For iOS/macOS UI design.
Share bugs, ideas, or general feedback.
Comprehensive reference for designing interfaces that follow Apple's Human Interface Guidelines.
All key HIG documentation is available locally (grep-friendly):
| File | Content | Size |
|---|---|---|
| hig-index.md | Full HIG table of contents | 11KB |
| designing-for-ios.md | iOS design principles | 5KB |
| File | Content | Size |
|---|---|---|
| app-icons.md | App icon design guidelines | 14KB |
| color.md | Color usage and system colors | 17KB |
| typography.md | Fonts, text styles, Dynamic Type | 17KB |
| layout.md | Layout principles, safe areas | 21KB |
| materials.md | Materials, blur effects, vibrancy | 14KB |
| motion.md | Animation principles | 9KB |
| accessibility.md | Accessibility best practices | 19KB |
| sf-symbols.md | SF Symbols usage | 21KB |
| File | Content | Size |
|---|---|---|
| onboarding.md | Onboarding flows | 6KB |
| modality.md | Modal presentations | 7KB |
| launching.md | App launch experience | 6KB |
| feedback.md | User feedback patterns | 5KB |
| playing-haptics.md | Haptic feedback | 10KB |
| searching.md | Search patterns | 7KB |
| settings.md | Settings patterns | 7KB |
| File | Content | Size |
|---|---|---|
| tab-bars.md | Tab bar design | 11KB |
| navigation-bars.md | Navigation bar patterns | 17KB |
| toolbars.md | Toolbar design | 17KB |
| sidebars.md | Sidebar patterns | 8KB |
| File | Content | Size |
|---|---|---|
| sheets.md | Sheet presentations | 11KB |
| alerts.md | Alert dialogs | 10KB |
| action-sheets.md | Action sheets | 4KB |
| menus.md | Menu design | 14KB |
| File | Content | Size |
|---|---|---|
| buttons.md | Button styles and usage | 17KB |
| lists-and-tables.md | List and table patterns | 9KB |
| toggles.md | Toggle/switch design | 9KB |
| pickers.md | Picker controls | 6KB |
| sliders.md | Slider controls | 6KB |
| steppers.md | Stepper controls | 2KB |
| text-fields.md | Text input fields | 6KB |
# 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
.md files first.SKILL.md frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.sosumi.ai Markdown mirror. For example, /design/human-interface-guidelines/buttons maps to https://sosumi.ai/design/human-interface-guidelines/buttons.| Topic | URL Path |
|---|---|
| Full Index | human-interface-guidelines |
| iOS Design | human-interface-guidelines/designing-for-ios |
| iPadOS Design | human-interface-guidelines/designing-for-ipados |
| macOS Design | human-interface-guidelines/designing-for-macos |
| App Icons | human-interface-guidelines/app-icons |
| Color | human-interface-guidelines/color |
| Typography | human-interface-guidelines/typography |
| Layout | human-interface-guidelines/layout |
| Accessibility | human-interface-guidelines/accessibility |
| SF Symbols | human-interface-guidelines/sf-symbols |
| Buttons | human-interface-guidelines/buttons |
| Tab Bars | human-interface-guidelines/tab-bars |
| Navigation Bars | human-interface-guidelines/navigation-bars |
| Sheets | human-interface-guidelines/sheets |
| Alerts | human-interface-guidelines/alerts |