Agent skill

analyze-arxiv-paper

Perform deep analysis of a research paper to determine its newsworthiness and generate a practitioner-focused summary.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-arxiv-paper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/analyze-arxiv-paper/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

--- name: analyze-arxiv-paper version: "1.0.0" description: > 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. metadata: domain: news category: diagnostic mcp-servers: [] requires-approval: false confidence: 0.85 input: - name: paper type: ArxivPaper description: Paper with arxiv_id, title, authors, abstract, categories, pdf_url - name: analysis_depth type: str default: "standard" description: "standard" for digest inclusion, "deep" for featured research spotlight output: - name: analysis type: PaperAnalysis description: Comprehensive paper analysis with summary, key findings, and impact assessment - name: digest_worthy type: bool description: Whether paper is noteworthy enough for digest inclusion - name: spotlight_candidate type: bool description: Whether paper deserves a featured research deep-dive --- # 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 r

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?

Perform deep analysis of a research paper to determine its newsworthiness and generate a practitioner-focused summary.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-arxiv-paper --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