Agent Skills
› Prisma-Labs-Dev/apple-skills
› mapkit
mapkit
GitHub提供 MapKit for SwiftUI 的 API 参考文档,涵盖地图视图、标注点及相机位置等功能。旨在辅助 iOS 开发者快速查阅 Apple 官方文档,支持本地文件检索与外部镜像访问,提升开发效率。
触发场景
需要查询 MapKit API 用法
iOS 地图功能开发问题
SwiftUI 地图组件集成
安装
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.
版本历史
- a76633b 当前 2026-07-25 07:01


