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 via remindctl, with tasks syncing across all Apple devices through iCloud. ## Core Features & Use Cases - Create and schedule reminders: Add reminders with titles, lists, due dates, and separate alarm times for early notifications. - Query and organize: View reminders for today, tomorrow, this week, or overdue items, and manage multiple reminder lists. - Scriptable output: Use JSON, TSV, or quiet output modes for programmatic parsing in automation pipelines. - Use Case: A user says "remind me to call the dentist tomorrow at 9am" and the agent creates an Apple Reminder that syncs to their iPhone, with an optional alarm set 30 minutes before the due time. ## Quick Start Ask the agent to add a reminder such as "add a reminder to buy milk tomorrow at 6pm using Apple Reminders" and it will run the appropriate remindctl command.