🎯

mapkit-location

🎯Skill

from dpearson2699/swift-ios-skills

VibeIndex|
What it does
|

A Claude Code skill for MapKit and CoreLocation covering annotations, geocoding, directions, and geofencing on iOS.

📦

Same repository

dpearson2699/swift-ios-skills(98 items)

mapkit-location

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add dpearson2699/swift-ios-skills --skill mapkit-location
skills.sh Install⚠ Installs to .agents/skills/
npx skills add dpearson2699/swift-ios-skills --skill mapkit-location
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/mapkit-location/SKILL.md

SKILL.md

463Installs
-
AddedMar 3, 2026

More from this repository10

🎯
swiftui-animation🎯Skill

Comprehensive reference for implementing SwiftUI animations on iOS 17+ including explicit/implicit animations, spring presets, PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, SF Symbol effects, and accessibility-aware motion handling.

🎯
ios-accessibility🎯Skill

Implements and reviews accessibility in iOS/macOS apps using SwiftUI and UIKit, covering VoiceOver, Switch Control, Voice Control, Dynamic Type, custom rotors, focus management, and automated accessibility testing with XCTest.

🎯
swiftui-patterns🎯Skill

Guides AI agents on SwiftUI architectural patterns including @Observable, NavigationStack, view composition, sheets, TabView, and MV-pattern architecture for iOS 26+ development. Part of the swift-ios-skills collection for Swift 6.3 and Apple platforms.

🎯
swiftui-performance🎯Skill

Audits and improves SwiftUI view performance through code review, Instruments profiling guidance, and concrete remediation for common issues like view invalidation storms, unstable list identity, heavy body computations, and layout thrash.

🎯
app-store-review🎯Skill

Comprehensive guide for preventing App Store rejections, covering top rejection reasons, PrivacyInfo.xcprivacy privacy manifests, in-app purchase and StoreKit rules, HIG compliance, App Tracking Transparency, EU DMA considerations, and submission preparation checklists.

🎯
ios-networking🎯Skill

Guides AI agents on iOS networking with URLSession async/await, REST API integration, file downloads/uploads, WebSockets, pagination, retry logic, and response caching for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.

🎯
ios-localization🎯Skill

Guides AI agents on iOS app localization using String Catalogs, pluralization rules, FormatStyle, and right-to-left layout support for Swift 6.3 and iOS 26+. Part of the swift-ios-skills collection.

🎯
push-notifications🎯Skill

Comprehensive guide for implementing push notifications in iOS/macOS apps covering permission flows, APNs registration, local and remote notifications, notification actions and categories, rich notifications, silent pushes, and provisional/critical alerts targeting iOS 26+ with Swift 6.3.

🎯
swift-testing🎯Skill

An iOS/macOS agent skill covering the Swift Testing framework, including @Test, @Suite, #expect macros, parameterized tests, and mocking. Use when building or improving test suites for Swift 6.3 projects targeting iOS or macOS.

🎯
storekit🎯Skill

Guides AI agents on implementing in-app purchases and subscriptions using StoreKit 2, including SubscriptionStoreView and transaction verification for iOS 26+ and Swift 6.3. Part of the swift-ios-skills collection.