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.
npx claudepluginhub akarelin/a --plugin organizeThis skill uses the workspace's default tool permissions.
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.
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 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 |