> Apple Human Interface Guidelines expert across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Use when designing or reviewing an Apple-platform app, auditing for HIG compliance, picking native components, or validating accessibility.
npx skills add https://github.com/borghei/Claude-Skills --skill apple-hig-expert
A skill focused on shipping apps that feel native on Apple platforms.
Covers the underlying HIG principles, platform-specific patterns, native
component selection, and accessibility expectations.
This skill is opinionated about native conventions. It's not the
right skill if your goal is to maximize cross-platform UX uniformity over
native fit (see web design guides for that).
hig_compliance_checker.py with the screen inventory.python3 apple-hig-expert/scripts/hig_compliance_checker.py \
--input screens.json --format markdown
component_pattern_lookup.py to surface candidate patterns,trade-offs, and platform-specific guidance.
python3 apple-hig-expert/scripts/component_pattern_lookup.py \
--platform ios --goal "show options without leaving context" --format markdown
accessibility_auditor.py to surface gaps.python3 apple-hig-expert/scripts/accessibility_auditor.py \
--input a11y_state.json --format markdown
| Pattern | When to use | Platform |
|---------|-------------|----------|
| Sheet (medium / large) | Modal task with clear escape | iOS, iPadOS, macOS, visionOS |
| Popover | Context-anchored options, brief | iPadOS (compact: replaced with sheet), macOS |
| Full-screen cover | Immersive task, e.g., photo editing | iOS |
| Push (navigation stack) | Hierarchical drill-in | iOS, iPadOS |
| Inspector | Persistent secondary content | macOS, iPadOS |
| Toolbar item | Quick action on current context | All |
Common mistake: popover on compact iPhone (it becomes a sheet automatically;
design for both).
The trend (2026) is SwiftUI-first for new development; UIKit retains
strength in performance-sensitive lists and complex gesture handling.
systemBackground, secondaryLabel) — theyadapt to light/dark mode automatically
separate light/dark variants
largeTitle, body, caption) — theyscale with user accessibility settings
UIFontMetrics /SwiftUI dynamicTypeSize
accessibilityHiddenaccessibilityTraitsreferences/hig-fundamentals.md — principles, design language, foundational patternsreferences/ios-component-patterns.md — sheets, navigation, controls, gestures, listsreferences/cross-platform-considerations.md — iPad, Mac, Watch, TV, Vision differencesproduct-team/product-designer — broader product designproduct-team/ui-design-system — design system constructionproduct-team/ux-researcher-designer — research informing designengineering/senior-frontend — implementationToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
Take borghei/apple-hig-expert from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.