Install or update the M365 Agents Toolkit (ATK) CLI and VS Code extension. Triggers: "install atk", "update atk", "install agents toolkit", "update agents toolkit", "install the toolkit", "setup atk", "get atk", "install atk cli", "install atk extension", "install atk vsix", "update the vs code extension", "install latest atk", "upgrade atk"
Install or update the M365 Agents Toolkit (ATK) CLI and/or VS Code extension.
This skill activates when the user asks to:
ATK CLI commands use npx -y --package @microsoft/m365agentstoolkit-cli atk which automatically downloads and runs the latest version — no global installation is needed.
When triggered, determine what the user wants:
| User intent | Action |
|---|---|
| Install/update everything or just "ATK" | Verify CLI works + install VSIX |
| Install/update CLI only | Verify CLI works (npx handles it automatically) |
| Install/update extension / VSIX only |
| Install VSIX only |
| Ambiguous | Verify CLI works + install VSIX |
npx -y --package @microsoft/m365agentstoolkit-cli atk --version
npx prefix automatically downloads the latest package on first use and caches it for subsequent runs.npx command requires a working Node.js environment.code --install-extension TeamsDevApp.ms-teams-vscode-extension
npx -y --package @microsoft/m365agentstoolkit-cli atk --versionnpx -y --package @microsoft/m365agentstoolkit-cli atk prefix — no global install needed