hig-technologies
Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center,...
Best use case
hig-technologies is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center,...
Teams using hig-technologies should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/hig-technologies/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How hig-technologies Compares
| Feature / Agent | hig-technologies | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center,...
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Apple HIG: Technologies Check for `.claude/apple-design-context.md` before asking questions. Use existing context and only ask for information not already covered. ## Key Principles ### General 1. **Apple technologies extend app capabilities through system integration.** Each technology has established user-facing patterns; deviating creates confusion and erodes trust. 2. **Privacy and user control are paramount.** Especially for health, payment, and identity technologies. Request only needed data, explain why, respect choices. ### Siri and Voice 3. **Natural, predictable, recoverable.** Clear conversational intent phrases that complete quickly and confirm results. Support App Shortcuts for proactive suggestions. Handle errors with clear fallbacks. ### Payments and Commerce 4. **Transparent and frictionless.** Standard Apple Pay button styles. Never ask for card details when Apple Pay is available. Clearly describe what the user is buying, the price, and whether it's one-time or subscription. ### Health and Fitness 5. **Health data is deeply personal.** Explain the health benefit before requesting access. CareKit tasks should be encouraging. ResearchKit consent flows must be thorough, readable, and respect autonomy. ### Smart Home 6. **Simple and reliable.** Immediate response when controlling devices. Clear device state. Graceful handling of connectivity issues. ### Augmented Reality 7. **Genuine value, not gimmicks.** Use AR when spatial context improves understanding. Guide setup (surface, lighting, space). Provide clear exit back to standard interaction. ### Machine Learning and Generative AI 8. **Enhance without surprising.** Smart suggestions, image recognition, text prediction. Clearly attribute AI-generated content. Controls to edit, regenerate, or dismiss. Let users correct mistakes. ### Identity and Authentication 9. **Sign in with Apple as top option.** Standard button styles. Respect email hiding preference. ID Verifier: guided flows, don't store sensitive data beyond what verification requires. ### Cloud and Data 10. **Invisible and reliable sync.** Data appears on all devices without manual intervention. Handle conflicts gracefully. Never lose data. ### Shared Experiences 11. **Real-time participation.** SharePlay: support multiple participants, show presence, handle latency. AirPlay: appropriate Now Playing metadata. ### Automotive 12. **Driver safety first.** Minimize interaction complexity, large touch targets, no distracting content. Only permitted app types: audio, messaging, EV charging, navigation, parking, quick food ordering. ### Accessibility 13. **Baseline requirement.** Every element has a meaningful VoiceOver label, trait, and action. Support Dynamic Type, Switch Control, and other assistive technologies. Test entirely with VoiceOver enabled. ## Reference Index | Reference | Topic | Key content | |---|---|---| | [siri.md](references/siri.md) | Siri | Intents, shortcuts, voice interaction, App Shortcuts | | [apple-pay.md](references/apple-pay.md) | Apple Pay | Payment buttons, checkout flow, security | | [tap-to-pay-on-iphone.md](references/tap-to-pay-on-iphone.md) | Tap to Pay | Merchant flows, contactless payment | | [in-app-purchase.md](references/in-app-purchase.md) | In-app purchase | Subscriptions, one-time purchases, transparency | | [healthkit.md](references/healthkit.md) | HealthKit | Health data access, privacy, permissions | | [carekit.md](references/carekit.md) | CareKit | Care plans, tasks, health management | | [researchkit.md](references/researchkit.md) | ResearchKit | Studies, informed consent, data collection | | [homekit.md](references/homekit.md) | HomeKit | Smart home control, device state, scenes | | [augmented-reality.md](references/augmented-reality.md) | ARKit | Spatial context, surface detection, setup | | [machine-learning.md](references/machine-learning.md) | Core ML | Predictions, smart features, confidence handling | | [generative-ai.md](references/generative-ai.md) | Generative AI | Attribution, editing, responsible AI, uncertainty | | [icloud.md](references/icloud.md) | iCloud | CloudKit, cross-device sync, conflict resolution | | [sign-in-with-apple.md](references/sign-in-with-apple.md) | Sign in with Apple | Authentication, privacy, button styles | | [id-verifier.md](references/id-verifier.md) | ID Verifier | Identity verification, document scanning | | [shareplay.md](references/shareplay.md) | SharePlay | Shared experiences, participant presence | | [airplay.md](references/airplay.md) | AirPlay | Media streaming, Now Playing, wireless display | | [carplay.md](references/carplay.md) | CarPlay | Driver safety, permitted app types, large targets | | [game-center.md](references/game-center.md) | Game Center | Achievements, leaderboards, multiplayer | | [voiceover.md](references/voiceover.md) | VoiceOver | Screen reader, labels, traits, accessibility | | [wallet.md](references/wallet.md) | Wallet | Passes, tickets, loyalty cards | | [nfc.md](references/nfc.md) | NFC | Tag reading, quick interactions, App Clips | | [maps.md](references/maps.md) | Maps | Location display, annotations, directions | | [mac-catalyst.md](references/mac-catalyst.md) | Mac Catalyst | iPad to Mac, menu bar, keyboard, pointer | | [live-photos.md](references/live-photos.md) | Live Photos | Motion capture, playback, editing | | [imessage-apps-and-stickers.md](references/imessage-apps-and-stickers.md) | iMessage apps | Messages extension, stickers, compact UI | | [shazamkit.md](references/shazamkit.md) | ShazamKit | Audio recognition, music identification | | [always-on.md](references/always-on.md) | Always-on display | Dimmed state, power efficiency, reduced updates | | [photo-editing.md](references/photo-editing.md) | Photo editing | System photo editor, filters, adjustments | ## Output Format 1. **Implementation checklist** -- step-by-step requirements per Apple's guidelines. 2. **Required vs optional features** for approval. 3. **Privacy and permission requirements** -- data access, usage descriptions. 4. **User-facing flow** from permission prompt through task completion. 5. **Testing guidance** -- key scenarios including edge cases. ## Questions to Ask 1. Which Apple technology? 2. Core use case? 3. Which platforms? 4. API requirements and entitlements reviewed? 5. What data or permissions needed? ## Related Skills - **hig-inputs** -- Input methods interacting with technologies (voice for Siri, Pencil for AR, gestures for Maps) - **hig-components-system** -- Widgets, complications, Live Activities surfacing technology data - **hig-components-status** -- Progress indicators for technology operations (sync, payment, AR loading) --- *Built by [Raintree Technology](https://raintree.technology) · [More developer tools](https://raintree.technology)* ## When to Use This skill is applicable to execute the workflow or actions described in the overview.
Related Skills
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
pr-review
Guidelines for conducting thorough pull request code reviews
power-bi-report-design-best-practices
Comprehensive Power BI report design and visualization best practices based on Microsoft guidance for creating effective, accessible, and performant reports and dashboards. Triggers on: **/*.{pbix,md,json,txt}
plan-issue
Plan-only workflow for issue/repo changes. Use when user asks to plan, scope, estimate, or design.
pencil-design
Design UIs in Pencil (.pen files) and generate production code from them. Use when working with .pen files, designing screens or components in Pencil, or generating code from Pencil designs. Triggers on tasks involving Pencil, .pen files, design-to-code workflows, or UI design with the Pencil MCP tools.
pattern-extraction
Extract design systems, architecture patterns, and methodology from codebases into reusable skills and documentation. Use when analyzing a project to capture patterns, creating skills from existing code, extracting design tokens, or documenting how a project was built. Triggers on "extract patterns", "extract from this repo", "analyze this codebase", "create skills from this project", "extract design system".
oiloil-ui-ux-guide
Modern, clean UI/UX guidance + review skill. Use when you need actionable UX/UI recommendations, design principles, or a design review checklist for new features or existing systems (web/app). Focus on CRAP (Contrast/Repetition/Alignment/Proximity) plus task-first UX, information architecture, feedback & system status, consistency, affordances, error prevention/recovery, and cognitive load. Enforce a modern minimal style (clean, spacious, typography-led), reduce unnecessary copy, forbid emoji as icons, and recommend intuitive refined icons from a consistent icon set.
nuxt-ui
Use when building styled UI with @nuxt/ui v4 components (Button, Modal, Form, Table, etc.) - provides ready-to-use components with Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.
nuxt-seo
Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.
notion-template-business
Expert in building and selling Notion templates as a business - not just making templates, but building a sustainable digital product business. Covers template design, pricing, marketplaces, market...
nerdzao-elite
Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation.
nerdzao-elite-gemini-high
Modo Elite Coder + UX Pixel-Perfect otimizado especificamente para Gemini 3.1 Pro High. Workflow completo com foco em qualidade máxima e eficiência de tokens.