Document organizer
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.From the repository description
npx -y skills add cxcscmu/SkillLearnBench --skill document-organizerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
name: document-organizer description: Safely and efficiently organizes a collection of academic papers and documents into a specified directory structure. Use this skill when moving over 100 files into categorized folders, ensuring no files are left out or misnamed.
Document Organizer Skill
Workflow
1. Preparation
- Identify the source directory and the target subdirectories.
- Create the target subdirectories if they do not exist.
- List all files in the source directory to maintain an inventory.
2. Batch Processing
- Group files by their intended target category.
- Use
mvcommand to move files in batches whenever possible to minimize shell calls. - Avoid renaming or modifying files during the move.
3. Verification
- Verify that the total number of files in the target subdirectories matches the original inventory count.
- Ensure the source directory is empty of any papers or documents.
Directory Structure
Target subdirectories for the current task:
LLMtrapped_ion_and_qcblack_holeDNAmusic_history
Troubleshooting
- If a file move fails, log the error and retry or investigate file permissions.
- If the file counts don't match, re-run the inventory and classification process.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.