Help us improve
Share bugs, ideas, or general feedback.
From sharepoint
Resolve the right SharePoint site, library, and folder before file work. Use when the user needs to find the right site context, browse a known site, inspect document libraries, or narrow the correct folder before fetching or editing a file.
npx claudepluginhub robinebers/converted-plugins --plugin sharepointHow this skill is triggered — by the user, by Claude, or both
Slash command
/sharepoint:sharepoint-site-discoveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Use this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.
search(query="...") for keyword search.search(query=None, hostname=..., site_path=..., folder_path=...) for browse mode.get_site(...) and list_site_drives(...) when the user knows the site but not the right library.get_site(...).list_site_drives(...) to inspect the site-scoped document libraries.search(query=None, hostname=..., site_path=..., folder_path=...) and inspect the immediate children.search(query="..."), then narrow with hostname, site_path, or folder_path when the scope is known.url, site, drive, and folder context so later fetch, update_file, or upload_file calls use the resolved destination instead of a guessed path.url or the exact site and folder context that should be reused.