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 due dates, alarms, and list assignments using remindctl commands. - List Organization: View, create, and delete reminder lists, and filter reminders by today, tomorrow, week, overdue, or specific dates. - Structured Output: Use --json, --plain, or --quiet output modes for scripting and programmatic parsing. - Use Case: A user says "remind me to call mom tomorrow" and wants it on their iPhone. The Skill creates the reminder with remindctl, and it syncs to iOS via iCloud automatically. ## Quick Start Ask the assistant to add a reminder with a title and due date, for example: create an Apple Reminder to buy milk due tomorrow.