From apple-agenda
Generate a daily actions summary from Apple Calendar events and Reminders. Use when the user wants to plan their day, review their schedule, or get a morning briefing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-agenda:daily-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a focused daily plan for today using the user's Apple Calendar and Reminders data.
Generate a focused daily plan for today using the user's Apple Calendar and Reminders data.
calendar_get_events with startDate set to the start of today and endDate set to the end of today.reminders_get_reminders with dueBefore set to the end of today and dueAfter set to the start of today.reminders_get_reminders with no date filters to catch overdue items (reminders with past due dates that are still incomplete).Present the summary in this order:
Keep it scannable. Use short lines, not paragraphs. Omit sections that have no items.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub dickdavis/apple-agenda-plugin