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.md
source content

HealthKit Documentation

Search these docs to answer questions about HealthKit APIs.

Return Format

Always include:

  1. Summary - Answer the question concisely
  2. File paths - List relevant files for full details, e.g.:
    • hkhealthstore.md
      for HKHealthStore API
    • hkunit.md
      for unit conversions

Files

  • healthkit-index.md
    - Framework overview and all available APIs
  • hkhealthstore.md
    - Health data store operations
  • hkquantitysample.md
    - Quantity samples (weight, heart rate, etc.)
  • hkquantitytypeidentifier.md
    - All quantity type identifiers
  • hksamplequery.md
    - Querying health data
  • hkunit.md
    - Units and conversions