What problem does it solve? Managing Apple Reminders from the terminal is not natively supported, forcing users to switch to the GUI app for simple task operations. This Skill provides full command-line control over Apple Reminders so tasks can be created, viewed, completed, and deleted without leaving the terminal. ## Core Features & Use Cases - Reminder Management: Add, complete, edit, and delete reminders with due dates, priorities, and list assignments. - List Organization: Create, view, and delete reminder lists to organize personal and work tasks. - Date-Based Filtering: View reminders for today, tomorrow, this week, overdue items, or specific dates. - Scriptable Output: JSON, plain TSV, and quiet count modes for integration into scripts and automations. - Use Case: A user says "remind me to call mom tomorrow" and the agent runs remindctl add --title "Call mom" --due tomorrow, syncing the task to their iPhone automatically. ## Quick Start Ask the agent to add a reminder with a due date, for example: "Add a reminder to buy milk tomorrow in my Personal list."