Agent Skills: Create Project Notes from Papers

Create project notes from papers. Use when user wants to document paper findings, create implementation notes, or summarize papers for a project.

UncategorizedID: hummat/paperpipe/papi-curate

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hummat/paperpipe/tree/HEAD/skills/papi-curate

Skill Files

Browse the full folder contents for papi-curate.

Download Skill

Loading file tree…

skills/papi-curate/SKILL.md

Skill Metadata

Name
papi-curate
Description
Create project notes from papers. Use when user wants to document paper findings, create implementation notes, or summarize papers for a project.

Create Project Notes from Papers

You are given paper excerpts (paste papi show ... --level ... output above, or reference exported files).

Project context (optional): $ARGUMENTS

Task

Create a project-focused note in markdown.

Include

  • Core claims (bulleted)
  • Method sketch (key equations/pseudocode; keep symbol names exact)
  • Evaluation (datasets, metrics, main numbers, compute)
  • Limitations and failure modes
  • Implementation checklist for the project (only if project context is provided)
  • Canonical quote snippets (<= 15 words each) with citations: (paper: <name>, arXiv: <id if present>, source: summary|equations|tex|notes, ref: section/eq/table/figure if present)

If multiple papers are included, structure sections per paper and add a short cross-paper synthesis.

Return the complete markdown only.

For general CLI commands, see /papi.