File Organizer
Sorts files into subdirectories by extension. Supports dry-run mode, custom rules, and undo.
Usage
# Preview what would happen
python scripts/organize.py ~/Downloads --dry-run
# Organize files
python scripts/organize.py ~/Downloads
# Undo last organization
python scripts/organize.py ~/Downloads --undo
Permissions
This skill needs access to the target directory only:
Read(<target_dir>/*)— List files in the directoryWrite(<target_dir>/*)— Move files into subdirectoriesBash(python scripts/organize.py <target_dir> *)— Run the organizer