If you're building bots or extensions for Microsoft Teams, this covers the current SDK landscape and patterns for integrating LLMs into your apps. It walks through the Teams SDK v2 for bot development, manifest configuration for different app types (bots, message extensions, tabs), and shows how to wire up both OpenAI and Claude as the AI backend. The architecture diagrams clarify what each Teams app type actually does, which is helpful since Microsoft's terminology around agents, bots, and extensions can get muddy. Includes practical code for adaptive cards, prompt management, and conversation state handling. The examples are TypeScript-heavy but there are Python and C# scaffolds mentioned too.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps