research-paper

Analyze research papers from PDF, URL, arXiv, DOI, or pasted text with structured critique.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/mnazaal/dotfiles --skill research-paper-mnazaal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research-paper
Source: https://github.com/mnazaal/dotfiles/tree/main/.agents/skills/research-paper
Command: npx skills add https://github.com/mnazaal/dotfiles --skill research-paper-mnazaal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reading and evaluating academic papers rigorously is slow and error-prone: claims get conflated with critique, metadata goes unverified, and long documents overflow context. This Skill provides a disciplined workflow for ingesting, summarizing, and critiquing a single research paper while tracking uncertainty and provenance. ## Core Features & Use Cases - Multi-source ingestion: Accept papers as PDFs, URLs, arXiv links, DOIs, or pasted text, preserving source provenance and access dates. - Structured extraction: Pull title, authors, venue, abstract, problem, method, evidence, and limitations, then separate the paper's claims from your own critique. - Bounded long-document reading: Read large documents in sized windows or parallel chunks with overlap handling, boundary-partial marking, and coverage-gap reporting so interrupted reads lose nothing. - Use Case: Before writing a design doc that depends on a paper's method, ingest the actual source rather than an abstract, extract its assumptions and limitations, and record a verified note with follow-up papers to read. ## Quick Start Read this arXiv paper, summarize its contribution and limitations, and critique whether its evidence supports my planned approach.

Frequently Asked Questions about research-paper

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a research paper from an arXiv link?▼

Provide the arXiv URL and the skill downloads the source with curl, preserves provenance, then extracts title, authors, method, evidence, and limitations. It finishes with a critique and suggested follow-up papers.

How to read a long PDF paper without losing context?▼

Long documents are read from disk in bounded windows sized by total length, with notes appended after each window. Very large files are split into overlapping chunks read in parallel, and unreadable chunks are reported as coverage gaps.

Can I paste paper text directly instead of a PDF?▼

Yes, pasted text, transcripts, and URLs are all accepted alongside PDFs and DOIs. The source path or URL and access date are recorded before analysis to preserve provenance.

When should I use a different tool for PDF processing?▼

Use the context-pdf skill for PDF mechanics such as OCR, page extraction, merging, splitting, forms, or encryption. This skill handles research analysis and critique, not PDF file manipulation.

What are the limitations of automated paper analysis?▼

Extraction errors, missing sections, and unverified metadata are tracked as explicit uncertainty rather than silently resolved. Chunks that fail to read are named in a coverage-gaps line so you know what the summary does not cover.