Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › appdirect vs microsoft-graph

appdirect vs microsoft-graph

Two Security Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameappdirectmicrosoft-graph
DescriptionUse when the user asks to reconcile AppDirect marketplace billing, see which payments failed or stalled across every reseller company, find active-but-unbilled or overdue subscriptions before month-close, review what…Use when the user asks to find wasted Microsoft 365 licenses, see who holds global admin or other privileged roles, triage new Microsoft Defender security alerts, flag non-compliant or stale Intune devices, pull a…
CategorySecuritySecurity
Sub-categoryweb-securityweb-security
Tagstype:review
AuthorDamien StevensDamien Stevens
License
Install/add-skill appdirect/add-skill microsoft-graph

Tag overlap

Shared

Only in appdirect type:review

Only in microsoft-graph

Sample code from each SKILL.md

appdirect

   bash <(curl -fsSL https://raw.githubusercontent.com/servosity/msp-skills/main/skills/appdirect/install.sh)
   ```
2. Windows (PowerShell):
   ```powershell
   iwr -useb https://raw.githubusercontent.com/servosity/msp-skills/main/skills/appdirect/install.ps1 | iex
   ```
3. Verify: `appdirect-cli --version`
4. Ensure `~/.local/bin` (macOS / Linux) or `%LOCALAPPDATA%\Programs\msp-skills` (Windows) is on `$PATH`.

If `--version` reports "command not found" after install, the install step did not…

microsoft-graph

   bash <(curl -fsSL https://raw.githubusercontent.com/servosity/msp-skills/main/skills/microsoft-graph/install.sh)
   ```
2. Windows (PowerShell):
   ```powershell
   iwr -useb https://raw.githubusercontent.com/servosity/msp-skills/main/skills/microsoft-graph/install.ps1 | iex
   ```
3. Verify: `microsoft-graph-cli --version`
4. Ensure `~/.local/bin` (macOS / Linux) or `%LOCALAPPDATA%\Programs\msp-skills` (Windows) is on `$PATH`.

If `--version` reports "command not found" after install, the in…

When to choose each

appdirect — Use when the user asks to reconcile AppDirect marketplace billing, see which payments failed or stalled across every reseller company, find active-but-unbilled or overdue subscriptions before month-close, review what…

microsoft-graph — Use when the user asks to find wasted Microsoft 365 licenses, see who holds global admin or other privileged roles, triage new Microsoft Defender security alerts, flag non-compliant or stale Intune devices, pull a…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open appdirect → Open microsoft-graph →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Security skills · Top 100