From apple-skills
References HealthKit APIs for querying HKHealthStore, HKQuantitySample, workouts, and health data read/write operations in iOS apps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:healthkitExploreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search these docs to answer questions about HealthKit APIs.
Search these docs to answer questions about HealthKit APIs.
Always include:
hkhealthstore.md for HKHealthStore APIhkunit.md for unit conversionshealthkit-index.md - Framework overview and all available APIshkhealthstore.md - Health data store operationshkquantitysample.md - Quantity samples (weight, heart rate, etc.)hkquantitytypeidentifier.md - All quantity type identifiershksamplequery.md - Querying health datahkunit.md - Units and conversionsnpx claudepluginhub vabole/apple-skills --plugin apple-skillsReads, writes, and queries Apple Health data via HealthKit. Covers authorization, sample/statistics queries, saving data, background delivery, and workout sessions.
Generates cross-platform health data queries, writes health metrics, and monitors real-time health changes via Shiny Health for Apple HealthKit and Android Health Connect.
Reviews iOS HealthKit code for authorization patterns, query usage, background delivery, and data type handling. Useful when reviewing code with HKHealthStore, HKSampleQuery, or HKObserverQuery.