Merged
Conversation
## Summary - Adds comprehensive documentation for the `teams-dev` Claude Code skill - New unlinked page at `teams.md/docs/cli/guides/teams-dev-skill.md` - Explains how to invoke and use the skill for Teams bot development ## What's included - Overview of the teams-dev skill capabilities - How to invoke the skill (slash command, natural language) - Workflows: bot creation, infrastructure setup, SSO, troubleshooting - Example interactions - Prerequisites and important notes ## Why unlinked? This page is not added to `sidebars-cli.ts`, making it accessible via direct URL but not appearing in the navigation. This allows the documentation to exist for those who need it without cluttering the main navigation. ## Test plan - [ ] Verify the page renders correctly in Docusaurus - [ ] Confirm the page is not in sidebar navigation - [ ] Check all internal links work - [ ] Validate content accuracy against SKILL.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
## Summary - Add `teams-dev` agent skill with guides for bot development, infrastructure setup, SSO configuration, and troubleshooting - Add `.claude-plugin/marketplace.json` for Claude Code plugin marketplace registration - Add plugin package at `packages/cli/plugins/teams-sdk/` with skill references - Add `teams.md/docs/cli/guides/agent-skills.md` documentation with installation instructions for Claude Code and Cursor ## Test plan - [ ] Verify `marketplace.json` is valid JSON and follows the expected schema - [ ] Verify skill files are correctly structured under `packages/cli/plugins/teams-sdk/skills/teams-dev/` - [ ] Verify `/plugin install teams-sdk@teams` install command works in Claude Code - [ ] Verify agent-skills doc renders correctly with tabs for Claude Code / Cursor 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
singhk97
approved these changes
Apr 17, 2026
3 tasks
heyitsaamir
added a commit
that referenced
this pull request
Apr 17, 2026
## Summary - Merge main into preview for 2.1-preview release, including post-merge fixes - New since #2755: Fix manifest-upload-zip test on Windows (#2756), fix teams-dev skill patterns (#2753) ## What's included - #2752 — Replace manifest upload with zip import, add webApplicationInfo flags - #2753 — Fix teams-dev skill: remove wrong patterns, link to llms.txt - #2756 — Fix manifest-upload-zip test on Windows - #2750 — Add teams-dev agent skill and plugin marketplace config - #2747 — Add teams-dev skill documentation ## Checklist - [x] CLI builds cleanly - [x] All tests pass (11 suites, 89 tests) - [x] version.json set to `2.1-preview.{height}` After merge, trigger the publish pipeline on `preview` with **Public** publish type. --------- Co-authored-by: Kavin <115390646+singhk97@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Checklist
2.1-preview.{height}After merge, trigger the publish pipeline on
previewwith Public publish type.