From google-calendar
Find ways to open up meaningful free time in a connected Google Calendar. Use when the user wants to clear up their day, make room for focus time, create a longer uninterrupted block, or see the smallest set of calendar changes that would give time back.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-calendar:google-calendar-free-up-timeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the goal is to create time, not just inspect time.
Use this skill when the goal is to create time, not just inspect time.
search_events to map the day's current fragmentation and identify movable candidates.read_event or read_event_all_fields when one candidate meeting needs a closer look before proposing a move.create_event when the user explicitly wants a temporary hold or focus block once the target slot is grounded.update_event only after the proposal is clear and set update_scope to this_instance, entire_series, or this_and_following once the correct scope of change is grounded.npx claudepluginhub robinebers/converted-plugins --plugin google-calendarCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.