analyze-arxiv-paper
Perform deep analysis of a research paper to determine its newsworthiness and generate a practitioner-focused summary.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- 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
- 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?
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.
