appintents
API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.
Fact lookup: Apple Human Interface Guidelines corpus (greppable markdown). Query on demand for accessibility and ergonomic minimums (hit-target sizes, Dynamic Type), platform terminology, system component capabilities, and App-Review-relevant conventions. Not design direction.
$ npx -y skills add Prisma-Labs-Dev/apple-skills --skill hig --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/higContext preview
The summary Claude sees to decide when to auto-load this skill.
Fact lookup: Apple Human Interface Guidelines corpus (greppable markdown). Query on demand for accessibility and ergonomic minimums (hit-target sizes, Dynamic Type), platform terminology, system component capabilities, and App-Review-relevant conventions. Not design direction.
name: hig user-invocable: true description: "Fact lookup: Apple Human Interface Guidelines corpus (greppable markdown). Query on demand for accessibility and ergonomic minimums (hit-target sizes, Dynamic Type), platform terminology, system component capabilities, and App-Review-relevant conventions. Not design direction." context: fork agent: Explore
Local greppable copy of Apple's Human Interface Guidelines — an on-demand fact lookup, not design direction.
Use it to answer factual questions: what a system component can do, what Apple calls something, accessibility and ergonomic minimums (44pt hit targets, Dynamic Type behavior, contrast), and conventions App Review actually checks.
**Visual design in our repos is the designing model's own taste.** Consult the HIG for facts, never for aesthetics — it describes what the system provides and requires, not what your screen should look like.
All key HIG documentation is available locally (grep-friendly):
| File | Content | Size | |------|---------|------| | [hig-index.md](hig-index.md) | Full HIG table of contents | 11KB | | [designing-for-ios.md](designing-for-ios.md) | iOS design principles | 5KB |
| File | Content | Size | |------|---------|------| | [app-icons.md](app-icons.md) | App icon design guidelines | 14KB | | [color.md](color.md) | Color usage and system colors | 17KB | | [typography.md](typography.md) | Fonts, text styles, Dynamic Type | 17KB | | [layout.md](layout.md) | Layout principles, safe areas | 21KB | | [materials.md](materials.md) | Materials, blur effects, vibrancy | 14KB | | [motion.md](motion.md) | Animation principles | 9KB | | [accessibility.md](accessibility.md) | Accessibility best practices | 19KB | | [sf-symbols.md](sf-symbols.md) | SF Symbols usage | 21KB |
| File | Content | Size | |------|---------|------| | [onboarding.md](onboarding.md) | Onboarding flows | 6KB | | [modality.md](modality.md) | Modal presentations | 7KB | | [launching.md](launching.md) | App launch experience | 6KB | | [feedback.md](feedback.md) | User feedback patterns | 5KB | | [playing-haptics.md](playing-haptics.md) | Haptic feedback | 10KB | | [searching.md](searching.md) | Search patterns | 7KB | | [settings.md](settings.md) | Settings patterns | 7KB |
| File | Content | Size | |------|---------|------| | [tab-bars.md](tab-bars.md) | Tab bar design | 11KB | | [navigation-bars.md](navigation-bars.md) | Navigation bar patterns | 17KB | | [toolbars.md](toolbars.md) | Toolbar design | 17KB | | [sidebars.md](sidebars.md) | Sidebar patterns | 8KB |
| File | Content | Size | |------|---------|------| | [sheets.md](sheets.md) | Sheet presentations | 11KB | | [alerts.md](alerts.md) | Alert dialogs | 10KB | | [action-sheets.md](action-sheets.md) | Action sheets | 4KB | | [menus.md](menus.md) | Menu design | 14KB |
| File | Content | Size | |------|---------|------| | [buttons.md](buttons.md) | Button styles and usage | 17KB | | [lists-and-tables.md](lists-and-tables.md) | List and table patterns | 9KB | | [toggles.md](toggles.md) | Toggle/switch design | 9KB | | [pickers.md](pickers.md) | Picker controls | 6KB | | [sliders.md](sliders.md) | Slider controls | 6KB | | [steppers.md](steppers.md) | Stepper controls | 2KB | | [text-fields.md](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
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`.
| 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` |
What the system provides out of the box:
indicator, or rounded corners
Apple development skills for Claude Code, Codex, and other coding agents — current iOS 26+ APIs, SwiftUI, UIKit, Liquid Glass, Human Interface Guidelines, and practical workflow guides.
Repo: Prisma-Labs-Dev/apple-skills
API reference: App Intents. Query for Siri, Shortcuts, Spotlight integration, exposing app functionality.
Optimize Apple App Store metadata in store.config.json for ASO (App Store Optimization). Use when working with store.config.json, App Store keywords, titles,…
Index of Apple developer documentation for iOS, macOS, and related frameworks. Use when looking up what APIs exist in a framework, browsing available…
API reference: BackgroundTasks. Query for BGTaskScheduler, app refresh, background processing.
API reference: Combine. Query for publishers, subscribers, operators, async data streams.
API reference: Core Animation (QuartzCore). Query for CALayer, CAAnimation, CABasicAnimation, CAKeyframeAnimation, CASpringAnimation, CATransaction,…