Agent Skills
› Prisma-Labs-Dev/apple-skills
› mapkit
mapkit
GitHub提供 MapKit for SwiftUI 的 API 参考文档,涵盖地图视图、标注点、自定义注解及相机位置等核心功能。辅助开发者快速查阅 iOS 地图相关接口与集成细节。
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


