Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bighardperson avatar

Paper Summarize

  • 8 installs
  • 33 repo stars
  • Updated April 26, 2026
  • bighardperson/computer-science-skills-collection

paper_summarize is a Claude skill that writes academic-grade paper summaries using an analysis template chosen by the paper's type.

About

paper_summarize produces academic-grade paper summaries by picking an analysis template based on the paper's type, such as method, dataset, multimodal, or survey. It follows top-conference review criteria and writes a methodology critique, experimental assessment, strengths and weaknesses, and critical questions to a local markdown file. It also records the prompts used for reproducibility.

  • Academic paper summaries with dynamic template selection by paper type
  • Supports 10 paper types (method, dataset, multimodal, survey, and more)
  • Saves structured summaries and the prompts used to local files

Paper Summarize by the numbers

  • 8 all-time installs (skills.sh)
  • Ranked #1,167 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

paper_summarize capabilities & compatibility

Free; no external API keys required.

Capabilities
research · documentation
Use cases
research · documentation
Pricing
Free
From the docs

What paper_summarize says it does

Academic paper summarization with dynamic SOP selection based on paper topic classification.
SKILL.md
**Rigorous Analysis**: Follows top-tier conference review criteria (NeurIPS/ICML/ICLR/ACL)
SKILL.md
npx skills add https://github.com/bighardperson/computer-science-skills-collection --skill paper_summarize

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs8
repo stars33
Last updatedApril 26, 2026
Repositorybighardperson/computer-science-skills-collection

What it does

Summarize an academic paper with a review-grade template chosen by its paper type and save it to a local file.

Who is it for?

Rigorous, template-driven summaries of academic papers by topic type.

When should I use this skill?

You want an academic-grade summary of a paper and can classify it into a supported paper type.

What you get

A local markdown summary with methodology critique, experimental assessment, and strengths/weaknesses for the paper.

  • A structured markdown paper summary
  • A saved record of the prompts used

By the numbers

  • Supports 10 paper types (method, dataset, multimodal, tech_report, application, survey, and more)
  • Methodology critique target is 2000+ characters

Files

SKILL.mdMarkdownGitHub ↗

Paper Summarize Skill

This skill provides academic-grade paper summarization with dynamic Standard Operating Procedure (SOP) selection based on paper topic classification.

Capabilities

  • Dynamic SOP Selection: Automatically selects appropriate analysis template based on paper type (method, dataset, multimodal, etc.)
  • Rigorous Analysis: Follows top-tier conference review criteria (NeurIPS/ICML/ICLR/ACL)
  • Structured Output: Generates comprehensive summaries with methodology critique, experimental assessment, strengths/weaknesses
  • Local File Storage: Saves summaries to organized directory structure with proper naming
  • Prompt Tracking: Maintains record of actual prompts used for reproducibility
  • Dataset Focus: Explicit attention to training/evaluation datasets used in experiments

Supported Paper Types

  • method: Algorithm/architecture papers
  • dataset: Dataset/benchmark papers
  • multimodal: Cross-modal learning papers
  • tech_report: System/model release papers
  • application: Applied AI papers
  • survey: Survey/review papers
  • rl_alignment: RL/Alignment/Safety papers
  • speech_audio: Speech/audio processing papers
  • benchmark: Evaluation/benchmark papers
  • analysis: Empirical analysis papers

Usage

Input Requirements

  • Paper title, authors, abstract
  • Topic classification (one of supported types)
  • Research context (keywords, subtopics)

Output Format

  • Local file: {paper_title}.md in research/{domain}/ai_summaries/
  • Content structure:
  • Paper information (title, authors, venue, links)
  • Core contribution summary
  • Methodology critique (2000+ words)
  • Experimental assessment (1000+ words, with dataset focus)
  • Strengths and weaknesses
  • Critical questions for authors
  • Impact assessment

Quality Standards

  • Methodology Critique: 2000+ characters, deep technical analysis including pipeline, novelty, mathematical principles, assumptions, prior art comparison, computational cost, and failure modes
  • Experimental Assessment: 1000+ characters, rigorous evaluation with explicit focus on datasets used for training and testing, protocol rigor, baseline fairness, ablation completeness, and statistical significance
  • Overall Analysis: 3000+ characters, critical perspective
  • Technical Precision: Correct terminology, specific method names, exact metrics

Workflow Integration

This skill integrates with the broader research workflow:

1. Paper Discovery: Works with arXiv search results 2. Quality Filtering: Processes papers that pass relevance screening 3. Batch Processing: Can be called repeatedly for multiple papers 4. Report Generation: Outputs feed into final research report

Configuration

SOP templates are defined in:

  • src/lib/agents/topic-sops.ts (primary location)
  • summarization_prompt.ts (backup/reference)

Both files contain identical SOP definitions with shared output format requirements.

Examples

# Summarize a method paper
paper_summarize --title "SongEcho: Cover Song Generation" --topic "method" --abstract "..." --authors "..."

# Summarize a dataset paper  
paper_summarize --title "MusicSem: Language-Audio Dataset" --topic "dataset" --abstract "..." --authors "..."

Files Created

  • research/{domain}/ai_summaries/{paper_title}.md
  • research/{domain}/prompts/{paper_title}_prompt.txt
  • Directory structure automatically created if missing

Related skills

FAQ

How does paper_summarize adapt to different papers?

It automatically selects an analysis template (SOP) based on the paper type, such as method, dataset, multimodal, or survey.

Where are summaries saved?

To research/{domain}/ai_summaries/{paper_title}.md, with the prompts used saved alongside for reproducibility.

Documentationresearchllm

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.