From outlook-calendar
Find ways to open up meaningful free time in Outlook Calendar. Use when the user wants to clear part of their schedule, 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
/outlook-calendar:outlook-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.
list_events to map the current fragmentation and identify movable candidates.fetch_event when one candidate needs a closer read before proposing a change.find_available_slots to verify whether a better block exists on the user's own calendar.get_schedule before moving attendee-heavy meetings when cross-attendee availability matters.update_event only after the proposal is grounded and the intended event is unambiguous.Tentative, Free, self-created placeholders, and lightly attended internal holds as lower-cost candidates than hard external meetings, accepted commitments, or Out of Office blocks.npx claudepluginhub robinebers/converted-plugins --plugin outlook-calendarGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates 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.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.