Live Prep
Prepares the desktop for a live session by moving all files and folders into a designated organization folder.
Workflow
Run the cleanup script:
bash
bash /Users/aviz/architect-workshops/.claude/skills/live-prep/scripts/clean_desktop.sh
This will:
- •Check free disk space and warn if less than 10GB
- •Create
~/Desktop/ארגון_קבציםif it doesn't exist - •Move all desktop items (files and folders) into that folder
- •Handle duplicates by renaming (adds
_1,_2, etc.) - never overwrites or deletes - •Uses Finder/osascript for proper macOS permissions
After running, the desktop will be clean and ready for screen sharing.