From teams
Summarize activity from one Microsoft Teams channel or one scoped Teams conversation and return a concise recap or post-ready follow-up.
How this skill is triggered — by the user, by Claude, or both
Slash command
/teams:teams-channel-summarizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to summarize one Teams channel, using a requested time window when provided or a safe recent read otherwise, and optionally turn the result into a Teams-ready follow-up.
Use this skill to summarize one Teams channel, using a requested time window when provided or a safe recent read otherwise, and optionally turn the result into a Teams-ready follow-up.
| Workflow | Skill |
|---|---|
| Draft or send the final Teams follow-up | ../teams-messages/SKILL.md |
resolve_team and resolve_channel.list_channel_messages for that window.list_channel_messages(top=50) and top-level messages only.list_channel_messages(... include_replies=True) for a small bounded pass when thread outcomes matterfetch for exact wording or a specific message the user points toFormat a concise summary as:
*Teams Channel Summary — <team> / <channel>*
*Window:* <explicit date range or recent snapshot>
*Overview:* <1–2 sentence summary of the main themes and biggest updates>
*Topic: <topic 1>*
- ...
- ...
*Topic: <topic 2>*
- ...
- ...
*Notes*
- <gaps, unresolved threads, or coverage caveats>
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub robinebers/converted-plugins --plugin teams