mapkit-geo

Installation
SKILL.md

MapKit & GeoToolbox

PlaceDescriptor (GeoToolbox)

Standardized place representation that works across mapping services.

import GeoToolbox
import MapKit

// From address
let place = PlaceDescriptor(
    representations: [.address("121 James's St\nDublin 8\nIreland")],
    commonName: "Obelisk Fountain"
)
Related skills

More from makgunay/claude-swift-skills

Installs
6
First Seen
Feb 14, 2026