Downloads triage
Six Claude Code skills for running a research lab: grant writing, manuscript revision, literature scouting, file triage, reimbursement tracking, and PI operations. Install into ~/.claude/skills/.
npx -y skills add allenlee0430/allenlee-lab-skills --skill downloads-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Sort and file loose documents in ~/Downloads (and Desktop) into Bowen Li's numbered filing scheme. Use to repeat the auto-organization, file new arrivals, find a misfiled document, or clean up. Triggers on "organize my downloads", "clean up files", "sort my desktop", "file these", "where did X go".
SKILL.md
2.2 KB, 495 tokens by cl100k_base, as published. Nobody here has run it
Downloads Triage — Repeatable Filing
Keeps ~/Downloads and ~/Desktop sorted into one consistent scheme so nothing is ever lost in a 2,000-file pile again.
The filing scheme (same on Desktop and Downloads)
| Folder | Contents |
|---|---|
10_Research_Manuscripts | papers, drafts, reviews, figures, SI, reviewer comments |
20_Grants_Awards | grant apps, LOIs, budgets, fellowships, awards, calls-for-proposals |
30_Presentations | slide decks (.pptx/.key) |
40_Data_Protocols_Images | data, screenshots, images, protocols, raw exports, spreadsheets, zips |
50_Lab_Admin_Procurement | invoices, quotes, POs, receipts, reimbursements |
60_Personal_Legal_Finance | visa, PR, SIN, passport, tax, insurance, medical, personal IDs |
70_Code_Automation | scripts, notebooks, .tex, .cdxml |
80_Software_Installers | .dmg/.pkg/.app installers |
90_Archive_To_Review | ambiguous / needs human eyes |
How to run
- The classifier script lives at
~/.claude/skills/downloads-triage/organize.py. It classifies by filename keyword + extension, checking sensitive/personal first. - Always dry-run first:
python3 organize.py(prints counts + samples, moves nothing). - Apply:
python3 organize.py --apply— creates category folders, moves items, writes_ORGANIZE_MANIFEST.csvand_UNDO.shfor full reversibility. - To undo:
bash ~/Downloads/_UNDO.sh. - Point it at a different folder by editing the
DLpath, or extend keyword lists incat_for()as new document types appear.
Rules
- Never move items in
60_Personal_Legal_Financeto a shared or synced location without asking — these contain SIN, passport, visa, and medical data. - Preserve existing project subfolders (move them whole; don't scatter their contents).
- When unsure, send to
90_Archive_To_Reviewrather than guessing into a specific bucket.