What problem does it solve? Managing Apple Reminders from the terminal or an AI assistant normally requires manual GUI interaction. This Skill lets you create, list, complete, and delete reminders programmatically so tasks sync to your iPhone and iPad without opening the Reminders app. ## Core Features & Use Cases - Full Reminder CRUD: Add reminders with due dates, complete or delete them by ID, and organize them into named lists. - Date-Based Views: Filter reminders by today, tomorrow, this week, overdue, or a specific date in multiple formats. - Scriptable Output: Get results as JSON, TSV, or counts for use in scripts and automation pipelines. - Use Case: A user says "remind me to call mom tomorrow" — the assistant runs remindctl add --title "Call mom" --due tomorrow and the reminder appears on all their Apple devices. ## Quick Start Ask the assistant to add a reminder with a due date to one of your Apple Reminders lists, for example to add "Buy milk" due tomorrow to your Personal list.