feat(ai): Add SharePoint Embedded agent skills for autonomous setup#216
Open
feat(ai): Add SharePoint Embedded agent skills for autonomous setup#216
Conversation
Adds an Agent Skills package (agentskills.io spec) that enables AI coding agents to set up a complete SharePoint Embedded environment autonomously. What it does (Steps 1-5): 1. Azure CLI login (interactive browser) 2. Entra app registration with SPE permissions (public client, no secrets) 3. SPE token via interactive browser login (auth code + PKCE, device code fallback) 4. Container type creation + tenant registration 5. Container creation, activation, proof file upload, preview link Security: - Interactive auth (auth code + PKCE) as primary flow, not device code - BYO App validates public client before auth - Read-Host confirmation before all delete operations - ExecutionPolicy consent check before running - v1.0 Graph API endpoints where available (beta-only endpoints documented) Usage: Give an AI agent: 'Read AI/skills/full-setup/SKILL.md and set up SPE on my tenant' Or run manually: cd AI/skills/full-setup && .\spe-setup.ps1 Prerequisites: Azure CLI, PowerShell 5.1+, tenant admin access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Agent Skills package (agentskills.io spec) for autonomous SharePoint Embedded setup. Two user interactions (az login + browser sign-in), zero portal visits, zero secrets.
What it does
Usage
Agent:
Manual:
Prerequisites
Azure CLI, PowerShell 5.1+, tenant admin access