This wraps Apple's iOS 18+ AlarmKit framework for scheduling system-level alarms and countdown timers that appear on the Lock Screen, Dynamic Island, and Apple Watch. You get the same prominent UI as the built-in Clock app, complete with Focus override. The skill covers authorization flow, alarm versus timer decisions, scheduling with relative or fixed times, state observation through async sequences, and Live Activity integration for countdown UI. One thing to know: AlarmKit uses templated presentations (AlarmAttributes and AlarmPresentation) rather than custom SwiftUI views, so you're configuring the system's alarm UI instead of building your own. Useful if you're building a wake-up app, workout timer, or anything needing the full alarm experience without replicating Apple's infrastructure.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill alarmkit