Agent Skills
› Prisma-Labs-Dev/apple-skills
› healthkit
healthkit
GitHub提供HealthKit API参考文档,用于查询HKHealthStore、健康数据读写及单位转换等开发问题。
Trigger Scenarios
查询HealthKit相关API
获取健康数据存储操作说明
查找健康数据类型标识符
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill healthkit -g -y
SKILL.md
Frontmatter
{
"name": "healthkit",
"agent": "Explore",
"context": "fork",
"description": "API reference: HealthKit. Query for HKHealthStore, HKQuantitySample, workouts, health data read\/write.",
"user-invocable": true
}
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.:
hkhealthstore.mdfor HKHealthStore APIhkunit.mdfor unit conversions
Files
healthkit-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 conversions
Version History
- a76633b Current 2026-07-25 07:01


