From microsoft-365-agents-toolkit
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"
How this skill is triggered — by the user, by Claude, or both
Slash command
/microsoft-365-agents-toolkit:install-atkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install or update the M365 Agents Toolkit (ATK) CLI and/or VS Code extension.
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 needednpx claudepluginhub miyake-san/work-iq --plugin microsoft-365-agents-toolkit4plugins reuse this skill
First indexed Jul 17, 2026
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.