Agent skill

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. '

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Requires: Requires OpenAI-compatible LLM API access
Path: skills/analysis/analyze-arxiv-paper-x-mckay-kubani/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 - **

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Input Schema
  4. Actions
  5. Step 1: Extract Core Information
  6. Step 2: Identify Research Type
  7. Step 3: Extract Key Contributions
  8. Step 4: Assess Relevance
  9. Step 5: Generate Practitioner Summary
  10. Step 6: Extract Key Takeaways
  11. Step 7: Identify Potential Impacts
  12. Step 8: Determine Digest Worthiness
  13. Step 9: Determine Spotlight Candidacy
  14. Output Schema
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going