AI AGENT ADDONS

Imagine controlling every light and thermostat from one place. That is what HomeKit does. It manages your home, rooms, and accessories. You can group actions into action sets and set triggers. Matter devices join your system easily. This guide helps you build an app that works with HomeKit and MatterSupport.

The system organizes everything in a clear hierarchy. A home has rooms. Rooms contain accessories. Each accessory has services like lights or thermostats. Services have characteristics you can read or change. You can also create zones and triggers for automation.

You need to set up capabilities in Xcode and add usage descriptions. The HomeKit data loads asynchronously. Always wait for the delegate to confirm before using homes. Follow the steps to add Matter support for your own ecosystem.

Add Homekit skill to your workflow

Global

mkdir -p ~/.claude/skills/homekit

Project

mkdir -p .claude/skills/homekit

Source Repository

Stars
809
Forks
44
Watchers
809
License
NOASSERTION
Last Push
1 month ago
Created
4 months ago