Apple-skills mapkit

API reference: MapKit for SwiftUI. Map view, Marker, Annotation, camera positions, map features.

install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/mapkit" ~/.claude/skills/vabole-apple-skills-mapkit && rm -rf "$T"
manifest: skills/mapkit/SKILL.md
source content

MapKit Reference

MapKit for SwiftUI — maps, annotations, and location features (iOS 26+).

Downloaded Reference Files

FileContent
mapkit-overview.mdFull MapKit framework index
map.mdMap view
marker.mdMarker (pin-style annotations)
annotation.mdCustom annotations
mapcameraposition.mdMapCameraPosition
mapkit-for-swiftui.mdMapKit SwiftUI integration
mapfeature.mdMapFeature

Fetching More Docs

  1. Search this skill's local
    .md
    files first.
  2. If the topic is not here, check the other installed Apple skills you have available by their names, descriptions, or
    SKILL.md
    frontmatter, then grep their local files. This is faster and uses less context than fetching new docs from the internet.
  3. If no installed skill has the page, use the relevant documentation path from
    mapkit-overview.md
    with the
    sosumi.ai
    Markdown mirror. For example,
    /documentation/mapkit/mkmapview
    maps to
    https://sosumi.ai/documentation/mapkit/mkmapview
    .