Profession-specific plugins for Microsoft 365 Copilot Cowork. Each plugin is a Cowork extensibility package containing a manifest plus profession-specific skills.
Built from the same source as awesome-claude-cowork-plugins — both repos use the Agent Skills open standard, so the same SKILL files work on either platform.
Cowork is a Microsoft 365 Copilot preview feature gated behind the Microsoft Copilot Frontier program. Your tenant needs Frontier enrollment before these plugins will work.
The fastest way to install is to grab a pre-built zip from the latest release:
- Open the latest release
- Download
<plugin-slug>.zip(e.g.,pharmacist.zip) - Sideload via Microsoft 365 admin center → Manage Apps → Upload custom app, or via Teams → Apps → Manage your apps → Upload a customized app
Releases are tagged with a UTC timestamp (sync-YYYYMMDD-HHMMSS) so you can pin to a specific snapshot of all plugins if you need reproducibility.
If you prefer to inspect or customize the source before installing, each plugin folder in this repo contains the unpacked Cowork extensibility package (manifest.json + skills/ + icons). To install one:
- Zip the contents of the plugin folder (e.g.,
pharmacist/) —manifest.jsonmust be at the root of the zip - Sideload through the same path as above
If you don't have admin access, you can install just the skills (without the plugin wrapper) by copying the skills/ folder from any plugin into your OneDrive at Documents/Cowork/skills/. Cowork auto-discovers up to 50 custom skills per user.
If you'd rather author plugins in Claude format and target both platforms, use the Cowork Converter — drag a Claude plugin zip in, get a Cowork plugin zip out (and vice versa). Free, no PowerShell required.
See LICENSE.