What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS, which breaks terminal-based workflows. This Skill lets you create, list, complete, and delete reminders directly from the command line, with tasks syncing across all Apple devices via iCloud. ## Core Features & Use Cases - Reminder Management: Add reminders with titles, due dates, alarms, and list assignments using remindctl commands. - List Organization: View, create, and delete Reminders lists, and filter reminders by today, tomorrow, week, overdue, or specific dates. - Scriptable Output: Use JSON, TSV, or quiet output formats for programmatic parsing and automation. - Use Case: A user says "remind me to call mom tomorrow" and wants it on their iPhone. The Skill creates the reminder with remindctl add --title "Call mom" --due tomorrow, and it syncs to iOS via iCloud. ## Quick Start Ask the assistant to add a reminder with a title and due date, for example to create a reminder to buy milk due tomorrow in your Personal list.