Claude-skill-registry healthkit-integration

HealthKit setup: entitlements, Info.plist strings, authorization, queries, workouts, background delivery.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/healthkit-integration" ~/.claude/skills/majiayu000-claude-skill-registry-healthkit-integration && rm -rf "$T"
manifest: skills/data/healthkit-integration/SKILL.md
source content

Load:

  • @docs/healthkit/README.md
  • @docs/healthkit/authorization.md
  • @docs/healthkit/queries.md
  • @templates/healthkit-entitlements.entitlements
  • @templates/Info.plist.healthkit.md

Output:

  • Required entitlements + Info.plist keys
  • Swift code for authorization flow (async/await)
  • Query patterns (stats / anchored / observer)
  • Workout session guidance (if needed)
  • Review-safe wording + checklist