Agent skill · Security

msgraph-sdk

Integrate Microsoft Graph SDK into any project — .NET, TypeScript/JavaScript, or Python. Covers auth patterns (client credentials, OBO, managed identity), SDK setup, calling Graph APIs, batching, delta queries, change notifications, throttling, and permission scopes. Use when accessing Microsoft 365 data (users, mail, calendar, Teams, files, SharePoint) from any application type.

GitHub68,948★ · +463/wk · 2 repos on radarProfile →
copilotMIT
Install
npx skills add github/awesome-copilot --skill msgraph-sdk --agent copilot

Same command for any agent — swap --agent for claude-code, codex, cursor.

Facts
Files in the skill folder: 4
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/msgraph-sdk/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 37,432 · +281 this week
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Microsoft Graph SDK Use this skill when integrating Microsoft Graph into an application to access Microsoft 365 data and services. Always ground implementation in the current Microsoft Graph SDK documentation and SDK version for the target language rather than relying on memory alone. ## Determine the target language first 1. Use the **.NET** workflow when the project contains `.cs`, `.csproj`, or `.sln` files, or when the user asks for C# guidance. Follow [references/dotnet.md](references/dotnet.md). 2. Use the **TypeScript / JavaScript** workflow when the project contains `package.json`, `.ts`, or `.js` files, or when the user asks for Node.js / browser guidance. Follow [references/typescript.md](references/typescript.md). 3. Use the **Python** workflow when the project contains `.py`, `pyproject.toml`, or `requirements.txt`, or when the user asks for Python guidance. Follow [references/python.md](references/python.md). 4. If multiple languages are present, match the language of the files being edited or ask the user. ## Always consult live documentation - Microsoft Graph overview: <https://learn.microsoft.com/graph/overview> - Graph Explorer (try calls live): <https://develope

What's inside
Steps it walks through
  1. Determine the target language first
  2. Always consult live documentation
  3. Authentication — choose the right pattern
  4. Core SDK usage patterns
  5. Building the client
  6. Making calls
  7. Pagination
  8. Advanced patterns
  9. Batch requests
  10. Delta queries
  11. Change notifications (webhooks)
  12. Throttling
  13. Permissions
  14. Common Graph resources — quick reference
Ships with 3 files
  • references/dotnet.md
  • references/python.md
  • references/typescript.md
More from awesome-copilot
All skills →
About this skill
What does the msgraph-sdk skill do?

Integrate Microsoft Graph SDK into any project — .NET, TypeScript/JavaScript, or Python. Covers auth patterns (client credentials, OBO, managed identity), SDK setup, calling Graph APIs, batching, delta queries, change notifications, throttling, and permission scopes. Use when accessing Microsoft 365 data (users, mail, calendar, Teams, files, SharePoint) from any application type.

How do I install it?

Run `npx skills add github/awesome-copilot --skill msgraph-sdk --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From github/awesome-copilot, a repository with 37,432 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going