skills/hig-technologies/SKILL.md
Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.
npx skillsauth add ranbot-ai/awesome-skills hig-technologiesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Check for .claude/apple-design-context.md before asking questions. Use existing context and only ask for information not already covered.
Apple technologies extend app capabilities through system integration. Each technology has established user-facing patterns; deviating creates confusion and erodes trust.
Privacy and user control are paramount. Especially for health, payment, and identity technologies. Request only needed data, explain why, respect choices.
| Reference | Topic | Key content | |---|---|---| | siri.md | Siri | Intents, shortcuts, voice interaction, App Shortcuts | | apple-pay.md | Apple Pay | Payment buttons, checkout flow, security | | tap-to-pay-on-iphone.md | Tap to Pay | Merchant flows, contactless payment | | in-app-purchase.md | In-app purchase | Subscriptions, one-time purchases, transparency | | healthkit.md | HealthKit | Health data access, privacy, permissions | | carekit.md | CareKit | Care plans, tasks, health management | | researchkit.md | ResearchKit | Studies, informed consent, data collection | | homekit.md | HomeKit | Smart home control, device state, scenes | | augmented-reality.md | ARKit | Spatial context, surface detection, setup | | machine-learning.md | Core ML | Predictions, smart features, confidence handling | | generative-ai.md | Generative AI | Attribution, editing, responsible AI, uncertainty | | icloud.md | iCloud | CloudKit, cross-device sync, conflict resolution | | sign-in-with-apple.md | Sign in with Apple | Authentication, privacy, button styles | | id-verifier.md | ID Verifier | Identity verification, document scanning | | shareplay.md | SharePlay | Shared experiences, participant presence | | airplay.md | AirPlay | Media streaming, Now Playing, wireless display | | carplay.md | CarPlay | Driver safety, permitted app types, large targets | | game-center.md | Game Center | Achievements, leaderboards, multiplayer | | voiceover.md | VoiceOver | Screen reader, labels, traits, accessibility | | wallet.md | Wallet | Passes, tickets, loyalt
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.