axiom-health
axiom-health equips you with expert guidance on HealthKit and WorkoutKit development across iOS, iPadOS, and watchOS. Navigate authorization flows, execute efficient data queries, implement background delivery for change tracking, build live workout sessions, and integrate wellbeing APIs—all grounded in Apple's latest frameworks and concurrency patterns.
axiom-health provides complete HealthKit and WorkoutKit development guidance for iOS and watchOS, covering queries, background sync, and workout sessions.
AI-generated summary based on this skill's SKILL.md
Install
CharlesWiltgen/Axiom/axiom-health · repository language: Go
git clone https://github.com/CharlesWiltgen/Axiom
cp -r Axiom/axiom-codex/skills/axiom-health ~/.claude/skills/axiom-healthFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How to use HealthKit in iOS with axiom-health?
axiom-health provides expert guidance on HealthKit implementation across iOS, iPadOS, and watchOS. You'll learn to navigate authorization flows, execute efficient data queries using Swift concurrency, implement background delivery for change tracking, and integrate wellbeing APIs. The skill covers HealthKit framework basics, anchored queries for synchronization, and sample write operations grounded in Apple's latest patterns.
What does axiom-health teach about WorkoutKit custom workouts?
axiom-health equips you to build live and planned workout sessions using WorkoutKit. You'll master HKWorkoutSession live workout builders, configure workout zones with heart rate and power metrics, coordinate multi-device workout experiences, and develop watchOS workout apps. The skill covers custom workout creation, session management, and integration with HealthKit data tracking.
How does axiom-health handle HealthKit permissions and privacy?
axiom-health guides you through complete authorization flows and privacy compliance. Learn to implement authorization purpose strings, manage health data permissions across platforms, and ensure HIPAA-aligned practices. The skill emphasizes privacy-first design patterns and proper handling of sensitive health information throughout your app's lifecycle.
What wellbeing data can axiom-health help track?
axiom-health covers tracking State of Mind and Medications through Apple's wellbeing APIs. Beyond core workout data, you'll integrate clinical health records via FHIR standards and mobility health features including motion tracking. The skill provides patterns for comprehensive health data collection while maintaining privacy and user consent requirements.
How does axiom-health implement background HealthKit synchronization?
axiom-health teaches background delivery mechanisms for HealthKit change tracking using HKObserverQuery. Learn to implement anchored queries for efficient data synchronization, handle background updates, and coordinate multi-device data delivery. The skill covers Swift concurrency patterns essential for reliable background health data operations.
Is axiom-health open source and what license does it use?
axiom-health is released under the MIT license, making it freely available for commercial and personal projects. You can use, modify, and distribute the skill's guidance and code examples with minimal restrictions, supporting both individual developers and enterprise health app development.
SKILL.md
rendered from the published skill — quoted content, verbatim
HealthKit and WorkoutKit
You MUST use this skill for ANY HealthKit or WorkoutKit development including authorization, data queries, background delivery, workout sessions, planned workouts, wellbeing APIs (State of Mind), Medications, and Health Records.
Quick Reference
| Symptom / Task | Reference |
|---|---|
HealthKit framework model, HKHealthStore, data types, sample vs characteristic data |
See skills/fundamentals.md |
Capability setup, requestAuthorization, purpose strings, read-asymmetry, privacy |
See skills/authorization-and-privacy.md |
HKSampleQuery, Swift Concurrency query APIs, HKStatisticsCollectionQuery, sample writes |
See skills/queries.md |
Anchored queries, observer queries, HKDeletedObject, background-delivery entitlement |
See skills/sync-and-background.md |
HKWorkoutSession, HKLiveWorkoutBuilder, recovery, multi-device, iOS/iPadOS/watchOS workout |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 10 files
axiom-codex/skills/axiom-health/SKILL.md
axiom-codex/skills/axiom-health/agents/openai.yaml
axiom-codex/skills/axiom-health/skills/authorization-and-privacy.md
axiom-codex/skills/axiom-health/skills/clinical-and-mobility.md
axiom-codex/skills/axiom-health/skills/fundamentals.md
axiom-codex/skills/axiom-health/skills/queries.md
axiom-codex/skills/axiom-health/skills/sync-and-background.md
axiom-codex/skills/axiom-health/skills/wellbeing-and-medications.md
axiom-codex/skills/axiom-health/skills/workoutkit.md
axiom-codex/skills/axiom-health/skills/workouts.md