Agent skill
docs-aqualia-skills-library
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/docs-aqualia-skills-library
SKILL.md
Claude Code Skill
Claude Code automatically discovers wrappers/claude-skill/SKILL.md when this repository is opened. The skill teaches Claude how to:
- Collect tenant ID, client ID, PFX path, internal domains, site URL/CSV, and confirm that PowerShell 7.4+ and Python 3.10+ are available.
- Run
pwsh ./sharepoint-audit-agent/agent/powershell/Install-Modules.ps1to install PnP.PowerShell and ImportExcel for the current user. - Set
PFX_PASS(never echo secrets) and callpython ./sharepoint-audit-agent/agent/python/audit_agent.py ... --output ./runs. - Surface the generated Markdown/HTML reports from
./runs/<timestamp>/site-*/report.*back to the user while reminding them that the artifacts contain PII.
The manifest also reiterates two safety rules:
- Commands must run locally (no remote network fetches beyond module installs).
- All Sites.Selected grants should default to Read scope, with Write explicitly acknowledged by the operator.
Didn't find tool you were looking for?