Microsoft 365 ecosystem primer
Pick the smallest skill for the app the user is actually in. M365 skills assume desktop or web Office apps with a Microsoft 365 subscription unless stated otherwise.
Decision table
| User intent | Load next |
|---|---|
| Essay, report, formatting, styles, track changes in Word | word-documents |
| Formulas, tables, charts, pivot basics in Excel | excel-workbooks |
| Slides, deck structure, speaker notes in PowerPoint | powerpoint-decks |
| Email tone, calendar, syllabus blocking in Outlook | outlook-email-calendar |
| Group project chat, meetings, channels in Teams | teams-collaboration |
| File naming, sharing links, version history | onedrive-organization |
| Academic argument/citations (app-agnostic) | academic-writing / citation-literacy |
| College assignment routing (any tool) | academic-ecosystem-primer |
Copilot in Office (2026+)
Microsoft 365 Copilot supports custom skills via SKILL.md in OneDrive (Word, Excel, PowerPoint). Skills in this pack are Cursor-compatible and follow the same frontmatter + body format Copilot expects:
- Folder name must match
namein frontmatter descriptiondrives when Copilot/Cursor activates the skill- Body = step-by-step procedure
To use in Copilot: upload skill folder to your OneDrive Copilot Skills location or Manage skills in the app.
Default workflows
Written assignment in Word:
onedrive-organization → word-documents → citation-literacy (if references)
Data assignment in Excel:
excel-workbooks → academic-writing (interpret results in prose) + citation-literacy
Group presentation:
teams-collaboration → powerpoint-decks
Boundaries
| Topic | Owner |
|---|---|
| Google Docs/Sheets/Slides | Not this pack |
| LaTeX / show-your-work problem sets | study-system + academic-writing |
| Python/R data analysis code | coding-ecosystem-primer |