Comprehensive reference for Apple's WeatherKit that covers the entire API surface: current conditions, hourly and daily forecasts, weather alerts, and minute-by-minute precipitation where available. The selective query examples are especially useful since they show how to fetch only what you need instead of pulling everything. The attribution section is critical because Apple requires you to display their weather mark and legal links, and the skill includes ready-to-use SwiftUI code for both light and dark modes. Also covers availability checking, which matters because datasets like minute forecasts only work in certain regions. Good for anyone building weather features in iOS apps who needs to understand the entitlement setup and API patterns.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill weatherkit