# Onedrive Organization

> Organize files in Microsoft OneDrive and SharePoint: folder structure for semesters, sharing links, permissions, version history, and sync. Use when storing coursework, sharing group files, or recovering previous document versions. Scope boundary: in-app editing → word/excel/powerpoint skills; Google Drive → not this pack.

- Skill: `catcorner22/onedrive-organization` (Agent Skill)
- Install (CLI): `npx skillmds@latest add catcorner22/onedrive-organization`
- Raw SKILL.md: https://api.skillmd.com/api/skills/catcorner22/onedrive-organization/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: CatCorner22 (https://skillmd.com/u/catcorner22)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/catcorner22/onedrive-organization

---

# OneDrive organization

**Rule:** **One source of truth** per file. No `essay_final_FINAL2.docx` — use version history instead.

**Mise en place:** This skill is the **file-station** half of prep — run **`workspace-mise-en-place`** before creating new work; use this skill to define *where* things live.

## Semester folder template

```
OneDrive/
  School/
    2026-Fall/
      BIOL-101/
        Syllabus/
        Lectures/
        Assignments/
        Exams/
      ENG-201/
        ...
      _Admin/          ← financial aid scans, registration PDFs
```

**File naming:** `YYYY-MM-DD_CourseCode_AssignmentShort_v01.ext`

## Sharing & permissions

| Need | Setting |
|---|---|
| Classmate edit one file | Share → People → Can edit |
| Submit link to LMS | Share → Copy link → **Anyone with link** only if policy allows; prefer **Specific people** |
| View-only feedback | Can view |
| Stop sharing | Manage access → remove link |

**Never** put graded submissions in public links unless syllabus permits.

## Version history

- Right-click file → **Version history** → restore or compare
- Use instead of duplicate filenames
- Word/Excel/PPT auto-save when signed in

## Sync client

- Install OneDrive app; choose **Backup** for Desktop/Documents if desired
- **Files On-Demand:** cloud-only until opened (saves laptop space)
- Conflict copies: merge manually; pick newer version in version history

## SharePoint (team sites)

- Instructor may host course materials on SharePoint — **sync read-only** to local for offline
- Don't edit instructor files in place unless collaboration enabled

## Backup habit

- Critical work: also export PDF to `_Admin/Submitted/` after each upload
- End of semester: zip `2026-Fall/` to external drive

## Copilot context

Files in OneDrive are reachable by Copilot in Office when signed in — keep sensitive personal docs in a separate non-synced folder if needed.

## Boundaries

- LMS (Canvas/Blackboard) upload mechanics vary by school — follow portal UI
- Large media projects → consider separate storage; OneDrive quotas apply

