file-organizer-skill
SKILL.md
File Organizer (Gold Standard)
Features
- Smart Sorting: Group by Extension (Default) or Date (Year/Month).
- Safety: Conflict resolution (auto-rename), Dry Run mode, and Undo capability.
- Deep Clean: Recursive scanning option.
- Audit: Generates
organize_history.jsonfor tracking.
Usage
Basic Sort (by Extension)
python3 scripts/organize.py /path/to/folder
Date Sort (Year/Month)
Great for photos or archives.
python3 scripts/organize.py /path/to/folder --date