Copilot Studio Agent Academy
A three-part official course that takes developers and business users from zero to building agents with Microsoft Copilot Studio.
Workflows declare least-privilege permissions (issues: write; Pages deployment split into contents: read / pages: write / id-token: write) and pin third-party Actions by SHA — evidence supports 2. However, the add-comment workflow uses a personal access token (secrets.GH_PAT) to bulk-write to all issues, a broadened privilege surface; deducted. User confirmation, data-flow description, and handling of data collected via the badge form (external aka.ms links) are largely undocumented — 1. No runtime code; rollback path not evidenced. MIT license with clear Microsoft Corporation attribution — 2.
README, package. scripts, and the deploy workflow are mutually consistent (docs:build invoked by CI) — 2 for self-consistency. Deducted for floating ^ dependency ranges and an alpha vitepress (2.0.0-alpha.12); failure messages and error handling are invisible in source — 1.
README clearly targets people building agents with Copilot Studio, with a three-part curriculum (Recruit/Operative/Commander) plus Special Ops and Cowork guides — 2. The course content itself is not in the evidence; capability boundaries, trigger precision, and environment prerequisites (licensing, tenant setup) are unstated — 1 each.
Good information architecture (contributing guides per section, custom components reference); stable naming via aka.ms links; complete MIT license — 3; CLA, Code of Conduct, and SECURITY.md support maintenance responsibility — 2. Deducted: no CHANGELOG or version history (package. pinned at 1.0.0), no known-limitations section, and no setup/environment-prep instructions visible — 1 each.
The deliverable is a documentation site built with VitePress and deployed to Pages; the pipeline exists but the usability of the actual course content cannot be assessed from static evidence — 1. Marginal value versus Microsoft Learn/official docs is not demonstrated in-source; cost/benefit (e.g., Copilot Studio licensing requirements) is unaddressed — 1 each.
README claims (three-part course, aka.ms entry point) cannot be cross-checked within the provided files since course content is absent; the lint scripts partially corroborate the stated documentation standards — 1. Facts and inferences are not explicitly separated in source — 1.
- The add-comment workflow uses a personal access token (GH_PAT) to bulk-write issue comments; consider a fine-grained token or GITHUB_TOKEN with narrower impact.
- vitepress is pinned to a 2.0.0-alpha pre-release, posing build-stability risk.
- The actual agent implementations, environment prerequisites (Copilot Studio licensing/tenant), and known limitations are not visible in the evidence; this is a low-confidence static review.
- The badge flow directs users to an external form (aka.ms link); data collection and handling should be independently verified.
What does this agent do, and when should you use it?
Copilot Studio Agent Academy is an open-source, Microsoft-maintained repository hosting a three-part course for people who want to build agents with Microsoft Copilot Studio. The official learning portal is available at aka.ms/agent-academy. Content is organized into course missions (Recruit, Operative, and Commander), standalone Special Ops missions, and Copilot Cowork missions in the Cowork Collective. The project is MIT-licensed and welcomes community contributions under Microsoft's Contributor License Agreement, code of conduct, and documentation standards. It is educational material rather than a runnable agent product — actually building agents requires access to the Copilot Studio platform.
The repository hosts course content rather than software: it delivers a three-part tutorial on building agents with Copilot Studio, published via the https://aka.ms/agent-academy site. The repo itself contains the course markdown documents, per-section contributing guides (CONTRIBUTING-COURSES.md, CONTRIBUTING-SPECIAL-OPS.md, CONTRIBUTING-COWORK-COLLECTIVE.md), a general contributing guide, and a custom components reference (CUSTOM-COMPONENTS.md). Learners follow the missions to build agents hands-on inside Copilot Studio; contributors submit PRs against documentation standards, markdown linting rules, and spell-checking requirements, completing the CLA via an automated bot.
- A complete beginner wants a structured path to create their first agent in Copilot Studio, following the Recruit onboarding missions
- A low-code enablement team wants to train business departments on agent building and adopts the Commander advanced missions as curriculum
- A developer wants to learn a specific scenario in isolation and picks a relevant standalone Special Ops mission
- A team wants to explore Copilot Cowork collaboration tasks via the Cowork Collective module
- A trainer or content author wants to add new missions or fix course material, submitting PRs per the contributing guides
What are this agent's strengths and limitations?
- Officially maintained by Microsoft with a clear three-tier curriculum (Recruit/Operative/Commander) suited to structured learning
- Modular content: standalone Special Ops missions and Cowork Collective tasks can be used independently of the main track
- MIT-licensed content that can be reused and adapted for internal corporate training
- Mature contribution process (documentation standards, markdown linting, spell checking, CLA workflow) that helps keep material maintained
- Content is tightly bound to Microsoft Copilot Studio; the hands-on skills do not transfer directly to other agent frameworks
- It is educational material, not a runnable agent product — nothing here can be deployed or integrated into existing systems as-is
- Copilot Studio licensing and tenant requirements needed to follow the course are not documented in the README and must be confirmed separately
- Contributions require signing Microsoft's CLA and adhering to its code of conduct, an extra hurdle for some contributors
How do you install or deploy this agent?
No software installation is required — this is a content repository for a course. The learning entry point is the course site at https://aka.ms/agent-academy. To browse locally or contribute, clone the repository: git clone https://github.com/microsoft/agent-academy. Prerequisites for actually building agents (e.g., Copilot Studio licensing, tenant permissions) are not detailed in the provided source material; consult the course site.
How do you use this agent?
- Visit https://aka.ms/agent-academy to enter the course portal. 2. Work through the three-part curriculum in order: Recruit (beginner), Operative (intermediate), and Commander (advanced) course missions. 3. For targeted practice, pick a standalone Special Ops mission or a Copilot Cowork mission. 4. To contribute, read CONTRIBUTING-GENERAL.md plus the relevant section guide, follow the markdown lint and spell-check requirements, submit a PR, and complete the CLA when prompted by the bot.