From apple-agenda
Generate a weekly actions summary from Apple Calendar events and Reminders. Use when the user wants to plan their week, review upcoming commitments, or prepare for the week ahead.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-agenda:weekly-summaryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a week-level overview using the user's Apple Calendar and Reminders data.
Generate a week-level overview using the user's Apple Calendar and Reminders data.
calendar_get_events with startDate and endDate spanning the week.reminders_get_reminders with dueBefore set to the end of the week.reminders_get_reminders with no date filters to catch overdue items.Present the summary in this order:
Keep it scannable. Use short lines, not paragraphs. Omit sections that have no items.
npx claudepluginhub dickdavis/apple-agenda-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.