organize-research-files
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由
提供可回滚的干运行与移动清单,适合批量清理和规范归档。
▸ 风险提示
会批量移动本地文件,操作前需备份并审核拟移动项
这个 Skill 做什么
审计、分类并可恢复地整理桌面、下载和研究文档文件夹。
审计并可恢复地整理桌面、Downloads 和研究文档:先做 dry run 列出拟移动文件、生成 move manifest 和撤销脚本,然后按编号规则分类归档。适合清理混乱文件夹、找回错放的手稿或重复做 inbox-zero 时用。特别强调可回滚和可审计,避免误删或丢失未提交的工作。
▸ 展开 SKILL.md 英文原文
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.
0
Stars
0
Forks
14
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/allenlee0430/allenlee-lab-skills/main/.claude/skills/organize-research-files/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/allenlee0430/allenlee-lab-skills/main/.claude/skills/organize-research-files/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 revvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有