arkit-hand-tracking-provider
Installation
SKILL.md
ARKit Hand Tracking Provider
Quick Start
- Confirm the task needs raw hand/joint data; use SwiftUI or RealityKit gestures when high-level interaction is enough.
- Load the shared session guidance and the hand provider reference.
- Add hands privacy text and request the provider's required authorizations.
- Keep joint processing in a model layer, then bridge to SwiftUI or RealityKit only where needed.
Load References When
| Reference | When to Use |
|---|---|
session-basics.md |
When setting up ARKitSession, authorization, event handling, or teardown. |
hand-tracking-provider.md |
When using HandTrackingProvider, HandAnchor, or joint transforms. |
anchor-processing.md |
When reconciling hand anchor updates into app state. |
realitykit-bridge.md |
When visualizing hands or driving RealityKit entities. |