teams-sdk
New707Community RegistryDevelopmentby Microsoft
Create and manage Microsoft Teams bots using the Teams Developer CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/teams-sdk.md https://raw.githubusercontent.com/microsoft/teams-sdk/main/SKILL.md3
Invoke in Claude Code
/teams-sdkView source on GitHub
Frequently Asked Questions
What is teams-sdk?
Create and manage Microsoft Teams bots using the Teams Developer CLI. Covers bot application development (scaffolding bot code), infrastructure setup (bot registration, credentials), SSO configuration, and troubleshooting.
How to install teams-sdk?
To install teams-sdk, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /teams-sdk.
What is teams-sdk best for?
teams-sdk is a community categorized under Development. Created by Microsoft.