docs: add Slack + Teams cross-platform skill page#2819
Conversation
Adds a developer-tools page pointing readers to the microsoft/slack-plus-teams expert system for AI agents building bots on both Slack and Teams. Slots between agent-skills and llms.txt as a sibling AI-context resource and bumps llms.txt and DevTools sidebar positions accordingly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Developer Tools doc page for the external Slack+Teams AI context repo and reorders sibling docs so it appears between Agent Skills and llms.txt in the docs navigation.
Changes:
- Adds
slack-plus-teams.md, a new page describing the externalmicrosoft/slack-plus-teamsresource for cross-platform bot work. - Updates the Developer Tools landing page to list the new page.
- Shifts
llms.txtand DevTools sidebar positions to preserve the intended ordering.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
teams.md/docs/main/developer-tools/slack-plus-teams.md |
New cross-platform resource page for Slack + Teams AI-agent guidance. |
teams.md/docs/main/developer-tools/README.md |
Adds the new page to the Developer Tools index list. |
teams.md/docs/main/developer-tools/llms-txt.md |
Moves llms.txt down one sidebar slot. |
teams.md/docs/main/developer-tools/devtools/README.md |
Moves DevTools down one sidebar slot. |
|
|
||
| [microsoft/slack-plus-teams](https://github.com/microsoft/slack-plus-teams) is a knowledge base for AI coding agents (Claude Code, Cursor, GitHub Copilot) that build bots targeting **both Slack and Microsoft Teams**. It's not a library — it's a collection of micro-expert files that teach your agent how to bridge the two platforms: Block Kit ↔ Adaptive Cards, identity and SSO mapping, divergent event and file APIs, and transport and deploy targets that work for both. | ||
|
|
||
| The Teams side targets `@microsoft/teams-ai` v2 — the same SDK these docs cover. |
Reframes the install section to point the agent at raw GitHub URLs instead of requiring a clone. Drops the "clone alongside" prescription to a secondary "prefer offline" option. Removes setup friction without upstream changes or content mirroring. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…-plus-teams page Agent-Logs-Url: https://github.com/microsoft/teams-sdk/sessions/8eee8e54-c663-4db0-84e4-4e6d5818fe9e Co-authored-by: umangsehgal <3513186+umangsehgal@users.noreply.github.com>
|
@umangsehgal FYI slack-plus-teams has been integrated into the skill shipped with the ATK toolkit, it's live in the prerelease version of it. Not sure if that changes anything you want to do here. I'm still trying to get more information about it. |
|
|
||
| # Slack + Teams | ||
|
|
||
| [microsoft/slack-plus-teams](https://github.com/microsoft/slack-plus-teams) is a knowledge base for AI coding agents (Claude Code, Cursor, GitHub Copilot) that build bots targeting **both Slack and Microsoft Teams**. It's not a library — it's a collection of micro-expert files that teach your agent how to bridge the two platforms: Block Kit ↔ Adaptive Cards, identity and SSO mapping, divergent event and file APIs, and transport and deploy targets that work for both. |
There was a problem hiding this comment.
I think the wording here is a little confusing - mentioning Block Kit but not Teams SDK, then pointing to Adaptive Cards. Consider rewording a little?
corinagum
left a comment
There was a problem hiding this comment.
Looks good. I left one comment. Other than that, let's wait a little to see what @Stevenic says regarding @nickwalkmsft's question.
Adds a developer-tools page pointing readers to the microsoft/slack-plus-teams expert system for AI agents building bots on both Slack and Teams. Slots between agent-skills and llms.txt as a sibling AI-context resource and bumps llms.txt and DevTools sidebar positions accordingly.