·ms-teams-apps
@

ms-teams-apps

alinaqi/claude-bootstrap

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API

51Installs·1Trend·@alinaqi

Installation

$npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps

SKILL.md

Purpose: Build AI-powered agents and apps for Microsoft Teams. Create conversational bots, message extensions, and intelligent assistants that integrate with LLMs like OpenAI and Claude.

| Cache Graph tokens | Token refresh is expensive | | Stream long responses | Use typing indicator + chunked responses | | Index knowledge base | Pre-embed documents for RAG | | Use connection pooling | Reuse HTTP connections | | Compress payloads | Gzip large card responses |

| Bot not responding | Endpoint unreachable | Check ngrok/Azure URL in manifest | | Auth failures | Token expired/invalid | Refresh OAuth connection | | Cards not rendering | Invalid schema | Validate at adaptivecards.io/designer | | Graph 403 errors | Missing permissions | Check app registration permissions |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps
Category
@Collaboration
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is ms-teams-apps?

Microsoft Teams bots and AI agents - Claude/OpenAI, Adaptive Cards, Graph API Source: alinaqi/claude-bootstrap.

How do I install ms-teams-apps?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alinaqi/claude-bootstrap --skill ms-teams-apps Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/alinaqi/claude-bootstrap