From outlook-calendar
Find and rank good meeting times for several people using Outlook Calendar data. Use when the user wants to schedule a meeting, compare candidate slots across attendees, find the best compromise time, or add a room/resource check after narrowing the attendee-compatible options.
How this skill is triggered — by the user, by Claude, or both
Slash command
/outlook-calendar:outlook-calendar-group-schedulerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the scheduling problem is the task.
Use this skill when the scheduling problem is the task.
get_schedule for attendee and room/resource free-busy windows once you know the concrete schedule identifiers.find_available_slots when the problem is mostly about the user's own calendar and buffered openings.search_events or list_events when you need conflict context before ranking options.create_event only after the winning slot and attendee set are settled.Busy and Out of Office as harder constraints than Tentative or Working Elsewhere unless the user says otherwise.Tentative or Working Elsewhere, describe that as a softer constraint instead of silently treating it as unavailable.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.