teams-bot-infra
Installation
SKILL.md
Teams Bot Infrastructure Management
This skill will guide you in creating, configuring, and troubleshooting Microsoft Teams bot infrastructure using the Teams CLI. It does NOT cover building or hosting bot application code.
1. Prerequisites Verification
Before creating a Teams bot, verify these prerequisites:
Step 1: Check Teams CLI Installation
Verify the Teams CLI is installed:
teams --version
Expected output: Shows version number (e.g., 1.0.0 or similar)
If not installed:
Related skills