agentsclimarketplace

Document organizer

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3-flash-preview/organize-messy-files/document-organizer

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.From the repository description

Install
npx -y skills add cxcscmu/SkillLearnBench --skill document-organizer

Assembled 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 mv command 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:

  • LLM
  • trapped_ion_and_qc
  • black_hole
  • DNA
  • music_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.

Keep looking

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