A curated library of AI skills for the latest AI features in Microsoft 365 SharePoint.
Status: Active — new content added regularly.
| Folder | Purpose |
|---|---|
Skills/ |
AI skills — each skill in its own folder, ready to install into a SharePoint agent |
- Microsoft 365 tenant with Copilot license
- SharePoint contributor permissions (to add/upload a skill, but only reader needed to consume)
Contributions and corrections are welcome!
- Fork the repo and create a branch:
git checkout -b skill/your-skill-name - Add your skill folder under
Skills/(e.g.,Skills/my-skill/) - Include the following files in your skill folder:
SKILL.md— the skill instructions withnameanddescriptionfrontmatter (folder name must matchnameexactly)README.md— description of what the skill does, what you get, and a contribution table with your name, GitHub handle, and publish dateassets/sample.json— metadata for the PnP community samples galleryassets/preview.png— a screenshot showing the skill's output (used in the samples gallery)
- Open a pull request with a short description of what the skill does
These skills are provided as-is for learning and experimentation. They are not official Microsoft documentation. Always verify against the latest Microsoft Learn docs before deploying to production.