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


