Microsoft’s Agent Academy Ranks You From Recruit to Commander
Microsoft open-sourced its tiered training program for Copilot Studio agent builders.

What it does This repository hosts the source material for Microsoft’s Copilot Studio Agent Academy, a three-part course on building agents with Copilot Studio. The content is split into tiered tracks—Recruit, Operative, and Commander missions—alongside standalone Special Ops modules and a Cowork Collective. It is essentially a content repository: markdown coursework, custom components, and contribution infrastructure rather than a deployable framework.
The interesting bit The curriculum adopts a military-themed progression, suggesting Microsoft views agent-building as a leveled skill rather than a one-time setup task. The repo also treats educational content like product code, enforcing markdown linting, spell checks, and CLA compliance on lesson contributions.
Key highlights
- Three-tier course structure: Recruit, Operative, and Commander missions, plus Special Ops and Cowork Collective tracks
- Open-source lesson content with custom markdown components and strict documentation standards
- Separate contribution guides for each content track (courses, special ops, cowork collective)
- 2,845 stars; standard Microsoft open-source governance (CLA bot, Code of Conduct)
Caveats
- The README is minimal; most course content and context sit behind the external Agent Academy portal
- This is a curriculum repository, not a library or runnable agent framework
Verdict Useful if you are learning to build agents within Microsoft’s Copilot Studio and want to see—or improve—the underlying coursework. Not the place to find an independent, deployable agent framework.
Frequently asked
- What is microsoft/agent-academy?
- Microsoft open-sourced its tiered training program for Copilot Studio agent builders.
- Is agent-academy open source?
- Yes — microsoft/agent-academy is open source, released under the MIT license.
- What language is agent-academy written in?
- microsoft/agent-academy is primarily written in JavaScript.
- How popular is agent-academy?
- microsoft/agent-academy has 3.1k stars on GitHub and is currently accelerating.
- Where can I find agent-academy?
- microsoft/agent-academy is on GitHub at https://github.com/microsoft/agent-academy.