Manages a local research paper database to extract equations, summaries, and context for grounding AI-generated code in scientific literature.
The papi skill transforms Claude into a research-literate coding assistant by providing direct access to a curated database of academic papers. It allows developers to seamlessly import research from arXiv or local PDFs, perform high-speed searches for specific equations and concepts, and use RAG-powered synthesis to verify implementation accuracy. By bridging the gap between scientific papers and code, it ensures that technical implementations remain grounded in authoritative sources using a tiered search approach that prioritizes speed and cost-efficiency.
主な機能
01Context export capabilities for grounding code reviews and project documentation
02Deep integration with LEANN and PaperQA2 for formal citations and cross-paper synthesis
03Instant extraction of LaTeX equations and detailed paper summaries
04Tiered search system ranging from fast literal matching to deep semantic RAG synthesis
05Multi-source paper ingestion from arXiv IDs, URLs, local PDFs, or BibTeX files
069 GitHub stars
ユースケース
01Searching a private research library to find specific algorithmic approaches for complex problems
02Verifying that a mathematical implementation in code matches a paper's original equations
03Automatically generating implementation notes and summaries for new research during development