Wrap HomeKit accessories, rooms, action sets, and triggers alongside Matter device commissioning in Swift apps targeting iOS 26+. You get the full home automation model: reading and writing characteristics, building scenes that group actions, creating time and event-based triggers, and onboarding Matter devices into your own ecosystem through MatterSupport extensions. The guide is thorough on the async delegate patterns and capability setup, though watch out for the common mistake of accessing homes before homeManagerDidUpdateHomes fires. If you're building a third-party smart home app or need programmatic control over lights, thermostats, and sensors, this covers the Apple-native path without going through HomeKit Accessory Protocol directly.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill homekit-matter