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 teamsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.