From microsoft-365-agents-toolkit
Installs or updates M365 Agents Toolkit CLI via npx, verifies with --version, and deploys VS Code extension using code --install-extension. Reports errors clearly.
npx claudepluginhub microsoft/work-iq --plugin microsoft-365-agents-toolkitThis skill uses the workspace's default tool permissions.
Install or update the M365 Agents Toolkit (ATK) CLI and/or VS Code extension.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
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