analyze-arxiv-paper
Deep analysis of an arXiv research paper for inclusion in news digest research deep-dives. Extracts key contributions, methodology, results, limitations, and generates a practitioner-focused summary with potential impacts. '
npx skills add majiayu000/claude-skill-registry --skill analyze-arxiv-paper-x-mckay-kubani --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analyze ArXiv Paper Perform deep analysis of a research paper to determine its newsworthiness and generate a practitioner-focused summary. ## When to Use - Evaluating papers for digest inclusion - Creating research deep-dive sections - Assessing impact and relevance of new research - Keywords: arxiv, research, paper analysis, academic, deep-dive ## Prerequisites - Paper has valid title and abstract - LLM API available for analysis ## Input Schema ```json { "paper": { "arxiv_id": "2601.12345", "title": "Paper Title", "authors": ["Author One", "Author Two"], "abstract": "Paper abstract text...", "categories": ["cs.AI", "cs.LG"], "pdf_url": "https://arxiv.org/pdf/2601.12345.pdf" }, "analysis_depth": "standard" } ``` ## Actions ### Step 1: Extract Core Information Parse the paper metadata: 1. Title and authors 2. Primary and secondary categories 3. Abstract text ### Step 2: Identify Research Type Classify the paper into one of: - **New Method**: Proposes a new technique or algorithm - **Benchmark/Evaluation**: Compares existing methods - **Application**: Applies existing methods to new domain - **Survey**: Reviews existing literature - **Theoretical**: Proves theoretical results - **
- When to Use
- Prerequisites
- Input Schema
- Actions
- Step 1: Extract Core Information
- Step 2: Identify Research Type
- Step 3: Extract Key Contributions
- Step 4: Assess Relevance
- Step 5: Generate Practitioner Summary
- Step 6: Extract Key Takeaways
- Step 7: Identify Potential Impacts
- Step 8: Determine Digest Worthiness
- Step 9: Determine Spotlight Candidacy
- Output Schema
What does the analyze-arxiv-paper skill do?
Deep analysis of an arXiv research paper for inclusion in news digest research deep-dives. Extracts key contributions, methodology, results, limitations, and generates a practitioner-focused summary with potential impacts. '
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill analyze-arxiv-paper-x-mckay-kubani --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
