Agent Skills
› Prisma-Labs-Dev/apple-skills
› mapkit
mapkit
GitHub提供 MapKit for SwiftUI 的 API 参考文档,涵盖地图视图、标注、相机位置等核心功能。支持本地文件检索及通过镜像站获取缺失文档,辅助 iOS 开发者快速查阅 Apple 地图框架接口细节。
Trigger Scenarios
查询 MapKit 相关 API 用法
查找 SwiftUI 地图组件实现方式
解决地图标注或相机定位问题
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill mapkit -g -y
SKILL.md
Frontmatter
{
"name": "mapkit",
"agent": "Explore",
"context": "fork",
"description": "API reference: MapKit for SwiftUI. Map view, Marker, Annotation, camera positions, map features.",
"user-invocable": true
}
MapKit Reference
MapKit for SwiftUI — maps, annotations, and location features (iOS 26+).
Downloaded Reference Files
| File | Content |
|---|---|
| mapkit-overview.md | Full MapKit framework index |
| map.md | Map view |
| marker.md | Marker (pin-style annotations) |
| annotation.md | Custom annotations |
| mapcameraposition.md | MapCameraPosition |
| mapkit-for-swiftui.md | MapKit SwiftUI integration |
| mapfeature.md | MapFeature |
Fetching More Docs
- Search this skill's local
.mdfiles first. - If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
SKILL.mdfrontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet. - If no installed skill has the page, use the relevant documentation path from
mapkit-overview.mdwith thesosumi.aiMarkdown mirror. For example,/documentation/mapkit/mkmapviewmaps tohttps://sosumi.ai/documentation/mapkit/mkmapview.
Version History
- a76633b Current 2026-07-25 07:01


