What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS or iOS, which breaks terminal-based and AI-assisted workflows. This Skill lets you list, add, edit, complete, and delete reminders and reminder lists directly from the command line using remindctl, with everything syncing to your iPhone and iPad. ## Core Features & Use Cases - View and filter reminders: Show today's, tomorrow's, this week's, overdue, or date-specific reminders, with JSON, TSV, or count-only output for scripting. - Full reminder management: Create reminders with due dates and target lists, complete or delete reminders by ID, and create or delete entire reminder lists. - Use Case: A user says "remind me to call mom tomorrow" and wants it on their iPhone. The Skill runs remindctl add --title "Call mom" --list Personal --due tomorrow, and the reminder appears in the iOS Reminders app. ## Quick Start Ask the assistant to add a reminder with a due date to your Apple Reminders, for example to buy milk tomorrow, and confirm it should sync to your phone rather than be an in-app alert.