From gws
Reviews Google Calendar week via agenda and free/busy queries, identifies time gaps, and adds events like deep work blocks to fill them. Useful for automated weekly scheduling.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gws:recipe-plan-weekly-scheduleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
gws calendar +agendagws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}'gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00'gws calendar +agendanpx claudepluginhub wadewarren/gws-claude-pluginCreates recurring focus time blocks on Google Calendar using gws CLI to protect deep work hours. Includes verification step and requires gws-calendar skill.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.