agentsclimarketplace

Downloads triage

Skill allenlee0430/allenlee-lab-skills/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/.

Install
npx -y skills add allenlee0430/allenlee-lab-skills --skill downloads-triage

Assembled 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)

FolderContents
10_Research_Manuscriptspapers, drafts, reviews, figures, SI, reviewer comments
20_Grants_Awardsgrant apps, LOIs, budgets, fellowships, awards, calls-for-proposals
30_Presentationsslide decks (.pptx/.key)
40_Data_Protocols_Imagesdata, screenshots, images, protocols, raw exports, spreadsheets, zips
50_Lab_Admin_Procurementinvoices, quotes, POs, receipts, reimbursements
60_Personal_Legal_Financevisa, PR, SIN, passport, tax, insurance, medical, personal IDs
70_Code_Automationscripts, notebooks, .tex, .cdxml
80_Software_Installers.dmg/.pkg/.app installers
90_Archive_To_Reviewambiguous / needs human eyes

How to run

  1. The classifier script lives at ~/.claude/skills/downloads-triage/organize.py. It classifies by filename keyword + extension, checking sensitive/personal first.
  2. Always dry-run first: python3 organize.py (prints counts + samples, moves nothing).
  3. Apply: python3 organize.py --apply — creates category folders, moves items, writes _ORGANIZE_MANIFEST.csv and _UNDO.sh for full reversibility.
  4. To undo: bash ~/Downloads/_UNDO.sh.
  5. Point it at a different folder by editing the DL path, or extend keyword lists in cat_for() as new document types appear.

Rules

  • Never move items in 60_Personal_Legal_Finance to 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_Review rather than guessing into a specific bucket.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.