Loading...
Loading...
Triggers on cluttered folders, file chaos, storage cleanup, or directory restructuring needs. TRIGGER WHEN: organizing messy folders (Downloads, Desktop, Documents), finding duplicate files, cleaning up old files, restructuring project directories, separating work from personal files, or automating file cleanup tasks DO NOT TRIGGER WHEN: the task is outside the specific scope of this component.
npx skill4agent add acaprino/alfio-claude-plugins file-organizerls -la [target_directory]
find [target_directory] -type f -exec file {} \; | head -20
du -sh [target_directory]/* | sort -rh | head -20
find [target_directory] -type f | sed 's/.*\.//' | sort | uniq -c | sort -rnNew FolderNew Folder (3)document_FINAL_v2_DEFINITIVE_copy.docxYear/YYYY-MM_event-location/Artist/[Year] Album/NN - Track.ext01_Brief/02_Research/03_Assets/04_Deliverables/passport_exp_2030.pdfgithub.com/username/repo/references/organization-guide.mdfind [directory] -type f -exec md5 {} \; | sort | uniq -d
find [directory] -type f -printf '%f\n' | sort | uniq -dYYYY-MM-DD[Date]_[Context]_[Description]_[Version].extv01v02v01.1kebab-casesnake_case0010021, 10, 11, 2WIP_DRAFT_REVIEW_APPROVED_< > : " / \ | ? *CONPRNAUXNUL| Frequency | Time | Tasks |
|---|---|---|
| Weekly | 15 min | Empty Downloads, process Inbox to zero, verify recent files are in place |
| Monthly | 45 min | Scan for duplicates, verify backups, archive completed projects |
| Quarterly | 2 hrs | Disk space audit, archive projects inactive 3+ months, test backup restore |
| Yearly | Half day | Disaster recovery test, retention policy review, structure update |