Apple-skills healthkit
API reference: HealthKit. Query for HKHealthStore, HKQuantitySample, workouts, health data read/write.
install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/healthkit" ~/.claude/skills/vabole-apple-skills-healthkit && rm -rf "$T"
manifest:
skills/healthkit/SKILL.mdsource content
HealthKit Documentation
Search these docs to answer questions about HealthKit APIs.
Return Format
Always include:
- Summary - Answer the question concisely
- File paths - List relevant files for full details, e.g.:
for HKHealthStore APIhkhealthstore.md
for unit conversionshkunit.md
Files
- Framework overview and all available APIshealthkit-index.md
- Health data store operationshkhealthstore.md
- Quantity samples (weight, heart rate, etc.)hkquantitysample.md
- All quantity type identifiershkquantitytypeidentifier.md
- Querying health datahksamplequery.md
- Units and conversionshkunit.md