healthkit

Provide direct access to HealthKit API references and data-type documentation.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/firstsun-dev/yao-agent-skills --skill healthkit-firstsun-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthkit
Source: https://github.com/firstsun-dev/yao-agent-skills/tree/main/external/health/healthkit
Command: npx skills add https://github.com/firstsun-dev/yao-agent-skills --skill healthkit-firstsun-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

HealthKit documentation and API references centralized for quick lookup and learning, enabling developers to access HKHealthStore, HKQuantitySample, HKUnit, and related types with minimal friction.

Core Features & Use Cases

  • Centralized HealthKit API references (HKHealthStore, HKQuantitySample, HKUnit, etc.)
  • Easy navigation to class and type documentation for iOS/macOS health apps
  • Real-world use cases include requesting permissions, reading user health data, and mapping HealthKit types to app data models.

Quick Start

Ask questions about HealthKit APIs and get direct references to HKHealthStore, HKQuantitySample, HKUnit, and related types.

Frequently Asked Questions about healthkit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access HealthKit API references for HKHealthStore and HKQuantitySample?

HealthKit API references for HKHealthStore and HKQuantitySample are centralized for quick lookup, providing direct navigation to class and type documentation needed for iOS health app development.

What is HealthKit data access and when do I need HKUnit for my iOS app?

HealthKit data access enables reading user health data and mapping HealthKit types to app data models. HKUnit is needed when requesting permissions and processing quantity samples in iOS health apps.

How do I request permissions to read user health data using HealthKit?

Requesting permissions to read user health data involves accessing HKHealthStore documentation and mapping required HealthKit types to your app's data models for iOS health app integration.

Does HealthKit API documentation support both iOS and macOS health apps?

HealthKit API documentation supports navigation to class and type references for iOS and macOS health apps, covering HKHealthStore, HKQuantitySample, and HKUnit across cross-referenced documentation entries.

What's the best way to look up HealthKit types and map them to app data models?

The best way to look up HealthKit types is through centralized, cross-referenced API documentation entries that support frontmatter-driven discovery and indexable navigation for mapping types to app data models.