analyze-paperlisted
Install: claude install-skill groundnuty/agentic-repo-template
# Paper Analysis Skill
Analyze the research paper at `$ARGUMENTS` and create structured notes for state-of-the-art comparison.
## Process
**IMPORTANT: Analyze papers ONE BY ONE to avoid context overload. Complete one paper fully before moving to the next.**
1. **Read the PDF** at the provided path
2. **Extract key information** following the template below
3. **Create a note file** in the `notes/papers/` directory with filename pattern: `XX_AuthorLastName_ShortTitle_VenueYear.md`
4. **Proceed to the next paper** automatically (if analyzing multiple)
## Note Template
Create a markdown file with this structure:
```markdown
# [Paper Title]
**Source:** [Journal/Conference, Year]
**Authors:** [Names]
**Affiliations:** [Institutions]
**DOI:** [DOI if available]
**PDF:** `[filename.pdf]`
---
## Introduction Summary
### Context & Motivation
[2-3 paragraphs summarizing the problem context and why it matters]
### Problem Statement
[Clear statement of the problem the paper addresses]
### Key Claims/Contributions
[Numbered list of contributions as stated by authors]
---
## State of the Art / Related Work Summary
### [Subsection Title from Paper]
[Summary of this related work area]
### [Subsection Title from Paper]
[Summary of this related work area]
[Continue for each subsection in their Related Work/SOTA section]
### Gaps Identified by Authors
[What gaps do they identify in existing work?]
---
## Technical Approach (Brief)
[1-2 paragraphs on their solution - keep c