
from paper-reader-heilmeier50
Read an academic paper and produce a compact Heilmeier-style analysis that combines summary and critique for fast expert review.
This skill ingests an academic paper from a PDF, arXiv link, DOI, or pasted text and produces a single inline modified Heilmeier's Catechism analysis that combines structured summary with critique. The output is a concise, sectioned response covering objective, problem context, technical approach, impact, risks, costs, and experimental results.
Use when a user asks to read, summarize, review, or critically assess an academic research paper in STEM fields. Trigger on PDF uploads, arXiv links, DOIs, or pasted paper text. Do not use for non-academic blog posts or news articles.
Designed for general-purpose assistant agents with web_fetch and PDF reading capabilities, for example agents using web_fetch, PDF parsers, and models that support inline markdown output.
A well-crafted prompt-only skill that guides an agent through reading an academic paper and producing a modified Heilmeier's Catechism analysis. No scripts included — it's purely a structured prompt with detailed formatting and attribution rules. The SKILL.md is exceptionally well-written with clear step-by-step instructions, explicit opinion/citation rules per question, and strong guardrails against hallucination. Security is clean: no shell commands, no network calls beyond standard web_fetch, no data exfiltration risks. The single minor deduction is for the instruction to use web_fetch on arXiv links, which is standard and low-risk.
Excellent example of a prompt-only skill. Clear triggers, detailed formatting rules, explicit boundaries on opinions vs paper content. The attribution and citation rules are thoughtful and address real LLM failure modes. No security concerns whatsoever.