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 via remindctl, with tasks syncing across all Apple devices through iCloud. ## Core Features & Use Cases - Create and Schedule Reminders: Add reminders with due dates, alarms, and list assignments using natural date formats like "tomorrow" or ISO 8601. - Query and Filter Tasks: View today's, tomorrow's, overdue, or date-specific reminders, with JSON, TSV, or count-only output for scripting. - List Management: Create, view, and delete Reminders lists to organize personal and work tasks. - Use Case: A user says "remind me to call mom tomorrow" — the Skill runs remindctl add --title "Call mom" --due tomorrow, and the reminder appears on their iPhone via iCloud sync. ## Quick Start Ask the assistant to add a reminder with a title and due date, for example: create a reminder to buy milk due tomorrow using Apple Reminders.