What problem does it solve? Managing Apple ecosystem tasks (notes, reminders, device location, messaging, GUI automation) requires choosing the right tool for each request. This Skill acts as a parent router that maps user requests to the correct specialized sub-skill instead of executing operations directly. ## Core Features & Use Cases - Sub-skill Routing: Automatically routes requests to one of five sub-skills: apple-notes, apple-reminders, findmy, imessage, or macos-computer-use, loaded via skill_view. - Structured Error Handling: Returns structured errors with request context and recovery suggestions when a request matches no known sub-skill. - Golden Test Set: Ships executable test cases validating routing correctness, parameter passthrough, and failure recovery. - Use Case: A user asks to create a note about tomorrow's lab meeting; the parent skill routes the request to apple-notes, which executes the memo CLI command, while an unsupported request like changing startup items is rejected with actionable recovery guidance. ## Quick Start Ask the agent to handle an Apple ecosystem task such as creating a reminder or locating a device, and it will route the request to the matching sub-skill automatically.