plugins/sharepoint/skills/sharepoint-site-discovery/SKILL.md
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 skillsauth add openai/plugins sharepoint-site-discoveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates auth/runtime setup to Phase 0 owners.
data-ai
Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.
documentation
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
tools
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.