Initial import: SharePoint Lists skill

Claude Code skill for SharePoint Lists CRUD via Microsoft Graph (app-only auth): reusable graph.mjs client, sp.mjs CLI, and setup + API reference docs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
ang3l12
2026-06-16 11:12:50 -06:00
commit fd957177b9
9 changed files with 997 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Copy this file to ".env" (same directory) and fill in real values.
# The CLI loads .env automatically. NEVER commit the real .env (it is git-ignored).
#
# From the Azure AD (Entra) app registration — see references/setup.md.
SP_TENANT_ID=00000000-0000-0000-0000-000000000000
SP_CLIENT_ID=00000000-0000-0000-0000-000000000000
SP_CLIENT_SECRET=your-client-secret-value-here
# Optional: default site so you can omit --site on every command.
# SP_SITE_URL=https://contoso.sharepoint.com/sites/Marketing