AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Hig

skill-vabole-apple-skills-hig · by vabole

API reference: Apple Human Interface Guidelines. Query for design patterns, UI components, accessibility, color, typography, layout, haptics.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-vabole-apple-skills-hig

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-vabole-apple-skills-hig)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Hig? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

| 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 |

Foundations

| 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 |

Patterns

| 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 |

Components - Navigation

| 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 |

Components - Presentation

| 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 |

Components - Controls

| 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 |

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

| 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 |

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.