What problem does it solve? Managing Apple Reminders normally requires opening the Reminders app on macOS, which breaks terminal-based and agent-driven 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 - Create and schedule reminders: Add reminders with due dates, lists, and separate alarm times for early notifications using remindctl. - Query and filter tasks: View reminders for today, tomorrow, this week, overdue items, or specific dates, with JSON 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 at 6pm" — the agent runs remindctl to create the reminder, which then syncs to the user's iPhone via iCloud. ## Quick Start Ask the agent to add a reminder with a title and due date, for example: create a reminder to buy milk tomorrow using Apple Reminders.