agentsclimarketplace

Organize research files

Skill allenlee0430/allenlee-lab-skills/.claude/skills/organize-research-files

Audit, classify, and safely organize Bowen Li's Desktop, Downloads, and research-document folders using a numbered filing scheme with dry runs, move manifests, and undo scripts. Use when asked to clean up files, organize Desktop or Downloads, locate misfiled research documents, review ambiguous files, or repeat inbox-zero filing.From its SKILL.md

Install
npx -y skills add allenlee0430/allenlee-lab-skills --skill organize-research-files

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.

SKILL.md

1.6 KB, 281 tokens by cl100k_base, as published. Nobody here has run it

Organize research files

Use ${CLAUDE_SKILL_DIR}/scripts/organize_files.py for deterministic classification and reversible moves.

Workflow

  1. Run a dry run first: python3 ${CLAUDE_SKILL_DIR}/scripts/organize_files.py ~/Desktop ~/Downloads
  2. Review counts and every proposed move. Treat personal, legal, financial, medical, unpublished, and partner-confidential files as sensitive.
  3. Apply only when the user asked for organization: python3 ${CLAUDE_SKILL_DIR}/scripts/organize_files.py ~/Desktop ~/Downloads --apply
  4. Verify that the category folders exist, loose files are gone, and manifests plus undo scripts were written.
  5. Report moved counts, ambiguous files left for review, and exact undo paths.

Rules

  • Keep 00_Active_Now untouched unless the user explicitly asks to archive it.
  • Preserve project folders as units; do not scatter their internal contents.
  • During second-pass auditing, move only high-confidence misclassifications.
  • Never delete duplicates or installers automatically.
  • Never move 60_Personal_Legal_Finance into a synced or shared location without explicit approval.
  • Prefer 90_Archive_To_Review over a confident-looking guess.

Read references/filing-scheme.md when extending categories or classifier rules.

What ships with it: 3 files

9.9 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 326,696. 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.