From skim
Generates structured technical summaries of arXiv papers covering methodology, results, and key contributions. Invoke via /skim:deep <arxiv-id-or-url> for detailed breakdowns.
npx claudepluginhub dipta007/skim --plugin skimThis skill uses the workspace's default tool permissions.
Generate a deep technical summary of the arxiv paper `$ARGUMENTS`.
Generates concise summaries of research papers' core ideas and key points from PDF paths, arXiv URLs, or paper URLs. Auto-triggers on those inputs for quick understanding without deep analysis.
Generates plain-language, analogy-driven narrative summaries of arXiv papers from ID or URL. Invoke with /skim:story <arxiv-id-or-url> for simple, jargon-free explanations.
Extracts structured notes from academic papers via three escalating passes: inspectional skim with Five Cs, content grasp skipping proofs, deep re-implementation. Domain-neutral for bio, CS, ML, any field.
Share bugs, ideas, or general feedback.
Generate a deep technical summary of the arxiv paper $ARGUMENTS.
curl -L -o /tmp/skim_paper.pdf "https://arxiv.org/pdf/$ARGUMENTS"
If $ARGUMENTS is a full URL, extract the arxiv ID first (the DDDD.DDDDD part).
Read the prompt instructions from ${CLAUDE_SKILL_DIR}/../../src/skim/prompts/deep.md
Read the downloaded PDF using the Read tool at /tmp/skim_paper.pdf
Follow the prompt instructions to generate the summary. Output ONLY the summary markdown.
Clean up: rm /tmp/skim_paper.pdf