From outlook-email
Draft Outlook email replies safely from connected mailbox context. Use when the user wants to reply to a thread, decide whether to reply-all, prepare a draft before sending, or turn the latest Outlook message into a polished response.
How this skill is triggered — by the user, by Claude, or both
Slash command
/outlook-email:outlook-email-reply-draftingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the reply itself is the task. Read enough mailbox context to understand the latest ask, then default to a draft unless the user clearly asked you to send.
Use this skill when the reply itself is the task. Read enough mailbox context to understand the latest ask, then default to a draft unless the user clearly asked you to send.
Outlook reply writes are plain-text only. If the user asks for HTML formatting, styled sections, or layout-specific markup, say briefly that Outlook reply actions here only support plain text, then convert the request into a clean plain-text reply instead of planning an HTML body.
search_messages or list_messages to find the right thread when the user names a topic rather than a concrete message.fetch_message or fetch_messages_batch when the latest snippet is not enough to understand tone, commitments, or the actual ask.create_reply_draft for reply and reply-all drafts tied to an existing message.reply_to_email only when the user explicitly asked to send and the content is fully grounded.draft_email only for net-new messages or when the task is not a direct reply to an existing message.npx claudepluginhub robinebers/converted-plugins --plugin outlook-emailGuides 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.