arkit-hand-tracking-provider

Installation
SKILL.md

ARKit Hand Tracking Provider

Quick Start

  1. Confirm the task needs raw hand/joint data; use SwiftUI or RealityKit gestures when high-level interaction is enough.
  2. Load the shared session guidance and the hand provider reference.
  3. Add hands privacy text and request the provider's required authorizations.
  4. 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.
Installs
3
GitHub Stars
60
First Seen
Jun 26, 2026
arkit-hand-tracking-provider — tomkrikorian/visionosagents