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.
npx claudepluginhub akarelin/a --plugin organizeThis skill uses the workspace's default tool permissions.
Scan a folder, identify files by type, rename/tag/move them using registered organizer sub-skills.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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 PyMuPDF