What problem does it solve? Managing Apple Reminders typically requires the GUI app, making it hard to create, list, complete, or delete reminders from a terminal or automated workflow. This Skill wraps the remindctl CLI so reminders can be handled programmatically while still syncing across all Apple devices via iCloud. ## Core Features & Use Cases - Full Reminder CRUD: View reminders by date (today, tomorrow, week, overdue), create reminders with titles, lists, and due dates, and complete or delete entries by ID. - List Management: List, create, and delete Reminders lists directly from the command line. - Scriptable Output: Use --json, --plain, or --quiet output formats for programmatic parsing and counting. - Intent Guardrails: Distinguishes Apple Reminders requests from agent cronjob alerts, calendar events, and project task tools before acting. - Use Case: A user says "remind me tomorrow at 3pm to prepare for the meeting" — the Skill confirms the content, list, and due date, then runs remindctl add --title "Meeting prep" --list Work --due "2026-02-15 15:00" so the reminder appears on their iPhone. ## Quick Start Ask the assistant to create an Apple Reminder such as "add a reminder to call mom tomorrow at 9am in my Personal list" and it will confirm the details and run the appropriate remindctl command.