From teams
Compose, route, draft, or send Microsoft Teams messages with exact destination resolution, real user mentions, and Teams-native DM or channel routing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teams:teams-messagesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to compose, rewrite, route, or send Teams messages. Apply it when the next step involves posting to a chat, replying in a thread, creating a new chat, starting a channel thread, or writing message text that could be sent later.
Use this skill to compose, rewrite, route, or send Teams messages. Apply it when the next step involves posting to a chat, replying in a thread, creating a new chat, starting a channel thread, or writing message text that could be sent later.
resolve_team, resolve_channelresolve_chatresolve_uservalidate_write_target when the destination is described in natural language and it is unclear whether the user means an existing target or a create-style action.send_chat_messagecreate_chat, then send_chat_messagesend_channel_messagereply_to_message or reply_to_channel_messagecreate_channel@name text to create a real Teams mention.group instead of oneOnOne.create_chat(chat_type='oneOnOne') with exactly one resolved recipient user ID.group chat containing the caller and the intended recipient.group chat containing only the caller and send the note there.npx claudepluginhub robinebers/converted-plugins --plugin teamsGuides 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.