teams-dev
Installation
SKILL.md
Teams Bot Development & Infrastructure
This skill helps you create and manage Microsoft Teams bots using the Teams Developer CLI. Covers both bot application development (creating bot code) and infrastructure management (bot registration, SSO, credentials).
IMPORTANT: Use information and guidance provided within this skill and its reference guides. You may also use external public documentation only when it is explicitly linked from this skill or those guides. Do NOT perform arbitrary web searches or rely on unlisted external sources.
Workflow Routing
Based on the user's request, route to the appropriate guide or handle directly:
Complex Workflows (Use References)
Creating bot application code:
- Read and follow the Bot Application Development guide
- This covers: Scaffolding a new bot project with
teams project new(TypeScript/C#/Python, templates, connecting to infrastructure)
Integrating Teams into an existing server:
- Read and follow the Integrate Existing Server guide
- This covers: Adding Teams bot functionality to an existing server using built-in adapters (ExpressAdapter for TypeScript, FastAPIAdapter for Python) or a custom adapter for any framework