What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS, which interrupts 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 Creation: Add reminders with titles, lists, due dates, and separate alarm times for early notifications. - Viewing & Filtering: View reminders for today, tomorrow, this week, overdue items, or specific dates, with JSON, TSV, or count-only output formats. - 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" and wants it on their iPhone. The Skill creates the reminder via remindctl with a due date, and it syncs to iOS through iCloud automatically. ## Quick Start Ask the agent to add a reminder such as "add a reminder to buy milk tomorrow" and it will run the appropriate remindctl command after confirming the details.