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
npx -y skills add allenlee0430/allenlee-lab-skills --skill organize-research-filesAssembled 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
- Run a dry run first:
python3 ${CLAUDE_SKILL_DIR}/scripts/organize_files.py ~/Desktop ~/Downloads - Review counts and every proposed move. Treat personal, legal, financial, medical, unpublished, and partner-confidential files as sensitive.
- Apply only when the user asked for organization:
python3 ${CLAUDE_SKILL_DIR}/scripts/organize_files.py ~/Desktop ~/Downloads --apply - Verify that the category folders exist, loose files are gone, and manifests plus undo scripts were written.
- Report moved counts, ambiguous files left for review, and exact undo paths.
Rules
- Keep
00_Active_Nowuntouched 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_Financeinto a synced or shared location without explicit approval. - Prefer
90_Archive_To_Reviewover 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/
- openai.yaml221 B
references/
- filing-scheme.md907 B
scripts/
- organize_files.pyruns8.8 KB