Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add personamanagmentlayer/pcl --skill sharepoint-expertgit clone --depth 1 https://github.com/personamanagmentlayer/pclWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/personamanagmentlayer/pcl/sharepoint-expert)<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/sharepoint-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/sharepoint-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/personamanagmentlayer/pcl/sharepoint-expert"><img src="https://agentmods.dev/badge/skills/personamanagmentlayer/pcl/sharepoint-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00084 | $0.01212 |
| Opus 5 | $0.00042 | $0.00606 |
| Sonnet 5 | $0.00017 | $0.00242 |
| Haiku 4.5 | $0.00008 | $0.00121 |
Grade A, and why
sharepoint-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SharePoint Expert
Core Concepts
SharePoint Architecture
- Site Collections - Top-level sites with shared settings
- Sites & Subsites - Hierarchical structure
- Lists & Libraries - Data storage containers
- Content Types - Reusable content definitions
- Site Columns - Reusable field definitions
- Permissions - Security and access control
Development Approaches
- SPFx - SharePoint Framework (modern)
- Add-ins - SharePoint-hosted and provider-hosted apps
- Web Parts - Custom UI components
- Extensions - Application customizers, field customizers
- REST API - RESTful web services
- CSOM - Client-Side Object Model
Content Management
- Document Management - Version control, check-in/out
- Metadata - Columns and managed metadata
- Search - Enterprise search capabilities
- Workflows - Business process automation
- Information Management - Retention and policies
- Records Management - Compliance and governance
Best Practices
Site Architecture
- Use hub sites for site association
- Implement flat site structure (avoid deep subsites)
- Use modern sites over classic
- Apply consistent branding and theming
- Use site templates for standardization
- Implement proper governance
Content Organization
- Use content types for consistency
- Apply metadata for better findability
- Implement managed metadata for taxonomy
- Use document sets for related documents
- Configure version control appropriately
- Set up retention and disposal policies
Development Standards
- Follow SPFx development guidelines
- Use PnP libraries for common operations
- Implement proper error handling
- Use TypeScript for type safety
- Test in dev/test before production
- Document custom solutions
Performance Optimization
- Minimize REST API calls
- Use batch operations for multiple requests
- Implement caching strategies
- Optimize views and queries
- Use indexed columns for large lists
- Avoid client-side heavy operations
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 169 lines · 84 tokens per session scan A 4f1accbbe2dd
sharepoint-expert is a skill published in the GitHub repository personamanagmentlayer/pcl (40 stars, last pushed 2d ago), licensed Apache-2.0. It adds 84 tokens to every session and 1,212 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.
Other skills, from other repositories
plan-register
Register a plan document for protection using the current v2 protection API.
payload
Use when working with Payload projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.
crewai-multi-agent
Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies…
n8n-code-tool
Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the query input, returning a string result, defining an input schema…
n8n-expression-syntax
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, mapping data between nodes, or referencing webhook data in workflows. Use this skill whenever configuring node fields that reference data from…
n8n-node-configuration
Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between getnode detail levels, or learning common configuration patterns by node type. Always use this skill when setting up node parameters — it explains which fields are…