From organize
This skill should be used when the user asks to "organize files", "triage a folder", "clean up downloads", "sort files", "organize medical scans", "process discharge documents", "organize arxiv papers", or wants to scan a directory and route files to specialized organizer sub-skills.
How this skill is triggered — by the user, by Claude, or both
Slash command
/organize:organizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan a folder, identify files by type, rename/tag/move them using registered organizer sub-skills.
Scan a folder, identify files by type, rename/tag/move them using registered organizer sub-skills.
User asks to organize, triage, or clean up a folder — or specifically asks to organize arxiv papers or medical scans.
D:\Downloads). Ask if recursive.${CLAUDE_PLUGIN_ROOT}/skills/. Read each sub-skill's SKILL.md..claude/organize-log.md in the current working directory. Append a dated entry with what was organized, where files moved, counts. Create the file if it doesn't exist.| Sub-skill | Handles | Details |
|---|---|---|
| organize-arxiv | Arxiv PDFs | Rename, tag, file into library |
| medical-scan-obsidian | Medical scans (CT, X-ray, labs, discharge) | Build bilingual Obsidian vault |
For sub-skill details, read their individual SKILL.md files.
Each organizer sub-skill with a script provides:
SKILL.md — describes what file types it handles, identification rules, naming convention*_organizer.py — CLI script:
python *_organizer.py --scan FOLDER [--recurse]
python *_organizer.py --execute FOLDER [--recurse] --library "PATH"
C:\Users\Alex\OneDrive - Karelin\LibraryD:\Downloadspip install PyMuPDFCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub akarelin/a --plugin organize