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.
npx skills add github/awesome-copilot --skill msgraph-sdk --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Determine the target language first
- Always consult live documentation
- Authentication — choose the right pattern
- Core SDK usage patterns
- Building the client
- Making calls
- Pagination
- Advanced patterns
- Batch requests
- Delta queries
- Change notifications (webhooks)
- Throttling
- Permissions
- Common Graph resources — quick reference
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.