papi

Community

Automate paper references for coding.

Authorhummat
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps coding teams reference scientific papers while implementing algorithms, verify code against equations, and load paper context into conversations with Claude Code, Codex CLI, or Gemini.

Core Features & Use Cases

  • Paper discovery & management: add, tag, and search papers from arXiv or local PDFs using papi.
  • Code verification & implementation guidance: read {db}/papers/{name}/equations.md and source.tex to compare formulas with your code and implement equations correctly.
  • Agent-ready context export: export summaries/equations for embedding into your coding agents; access per-paper notes.

Quick Start

  • Use papi path to locate your database.
  • Add a paper by arXiv ID, e.g., papi add 2303.13476.
  • Search for papers, e.g., papi search "surface reconstruction".
  • Open per-paper notes with papi notes papi.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: papi
Download link: https://github.com/hummat/paperpipe/archive/main.zip#papi

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository