From organize
This skill should be used when the user asks to "organize arxiv papers", "rename PDFs", "file research papers", "sort arxiv downloads", or needs to identify, rename, tag, and move arxiv PDFs into a structured library.
How this skill is triggered — by the user, by Claude, or both
Slash command
/organize:organize-arxivThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan a folder for arxiv PDFs, rename them, set metadata, set file dates, and move them to the correct Library subfolder. Non-arxiv PDFs are skipped.
Scan a folder for arxiv PDFs, rename them, set metadata, set file dates, and move them to the correct Library subfolder. Non-arxiv PDFs are skipped.
D:\Downloads). Ask if recursive.python arxiv_organizer.py --scan FOLDER [--recurse]python arxiv_organizer.py --execute FOLDER [--recurse] --library "C:\Users\Alex\OneDrive - Karelin\Library"${CLAUDE_PLUGIN_ROOT}/scripts/arxiv_organizer.py
Requires: pip install PyMuPDF
{arxivID} {#tags} {Title} {version}.pdf
Example: 2310.08560 #ai MemGPT Towards LLMs as Operating Systems v2.pdf
A PDF is arxiv if:
\d{4}\.\d{4,5}v?\d* with valid YYMM prefix (MM <= 12), ORarXiv:\d{4}\.\d{4,5}| Tag | Code | AI-adjacent |
|---|---|---|
| #ai | cs.AI | yes |
| #nlp | cs.CL | yes |
| #vision | cs.CV | yes |
| #ml | cs.LG | yes |
| #software-eng | cs.SE | yes |
| #multi-agent | cs.MA | yes |
| #neuro-evo | cs.NE | yes |
| #multimedia | cs.MM | yes |
| #hci | cs.HC | yes |
| #comp-eng | cs.CE | yes |
| #tech-society | cs.CY | yes |
| #speech | eess.AS | yes |
| #audio | cs.SD | yes |
| #security | cs.CR | no |
| #databases | cs.DB | no |
| #distributed | cs.DC | no |
npx claudepluginhub akarelin/a --plugin organizeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.