What problem does it solve?
This skill provides a comprehensive framework for navigating the complexities of HealthKit and WorkoutKit, ensuring developers correctly handle sensitive health data, privacy requirements, and platform-specific integration challenges.
Core Features & Use Cases
- Authorization & Privacy: Navigate the strict, write-only authorization model and avoid common pitfalls like silent read denials.
- Data Querying & Sync: Implement efficient, anchor-based sync patterns that prevent battery drain and data duplication.
- Workout Integration: Manage the full lifecycle of workout sessions, from live tracking with HKLiveWorkoutBuilder to scheduling planned workouts via WorkoutKit.
Quick Start
Use the axiom-health skill to guide the implementation of an anchored query for step count data that correctly handles deletions and background delivery.