A shared cloud folder is mounted at /shared. Read, modify, and write cloud files with plain filesystem operations there instead of gws/OneDrive API calls. Read this skill before touching /shared.
Handling binary files (images, PDFs, archives). Never read binary contents into the conversation — use file-path-based tools or shell utilities like `file`, `ls -la`, or `identify` to inspect them.
Use OneDrive cloud storage via the onedrive_* MCP tools — list, read, write, delete, file info, create folder, move. Read this skill before any cloud storage tool call.
Persistent memory across tasks via the hindsight MCP server (recall, retain, reflect). Recall relevant context at task start; retain important learnings before completing the task.
After cloning any git repository, discover and follow project-specific context — CLAUDE.md project instructions, .claude/commands/ command files, and .claude/skills/ repo-level skills.