
from sharepoint-embedded-samples96
Agent entrypoint for SharePoint Embedded: setup, container management, content operations and billing guidance for SPE and Microsoft Graph storage APIs.
This skill provides an agent-oriented entrypoint for working with SharePoint Embedded (SPE). It guides initial tenant setup (Entra app registration, container types and containers), and routes to follow-up sub-skills for day-2 management, content operations, and billing configuration. It surfaces required commands and prerequisites, and links to reference material for auth flows and Graph API usage.
Use this skill when you need to provision or configure SharePoint Embedded for a tenant, create and manage file storage containers, or perform container-level content operations that rely on Microsoft Graph APIs. Also use it to bootstrap an environment before running SPE scripts or developer samples.
full-setup subfolder with PowerShell setup scripts mentioned in the instructions.full-setup/spe-setup.ps1, prerequisites (Azure CLI, PowerShell), and a two-moment auth architecture description.Likely compatible with agents that can run shell/PowerShell and webfetch (Claude Code, Copilot-style agents, local automation runners).
SharePoint Embedded skill serves as an index/router pointing to a full-setup sub-skill for SPE tenant provisioning. No scripts were bundled for execution — it references an external PowerShell setup script. The SKILL.md is well-structured with clear prerequisites and auth architecture, but only one sub-skill is currently implemented with day-2 operations still on the roadmap.
Routing/index SKILL.md from Microsoft's official SharePoint-Embedded-Samples repo. Clean, no security concerns. Limited scope since most sub-skills are still on the roadmap.