What problem does it solve? Managing personal to-dos in Apple Reminders normally requires opening the Reminders app, which breaks terminal-based workflows. This Skill lets you create, list, complete, and delete reminders directly from the command line, with everything syncing to iPhone and iPad via 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 timestamps. - 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 tasks by project or context. - Use Case: A user says "remind me to call the dentist tomorrow at 9am" — the Skill runs remindctl add with the correct due date, and the reminder appears on all their Apple devices. ## Quick Start Ask the assistant to add a reminder with a title and due date, for example: create an Apple Reminder to buy groceries tomorrow at 6 PM in my Personal list.