paperpipe
Local research paper database with equations, summaries, and RAG
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install paperpipe?▼
Run `npx skills add hummat/paperpipe --all -g -y` in your terminal to install all skills in this suite globally.
How to verify code against a research paper?▼
Use the papi-verify skill to compare your code against the paper's extracted equations and LaTeX, producing a symbol mapping table and a list of mismatches.
How to ask questions across multiple papers?▼
Run `papi ask "your question"` to get synthesized, cited answers via PaperQA2 or LEANN RAG backends over your stored PDFs.
Does paperpipe work with Claude Code and other coding agents?▼
Yes. Run `papi install` to set up the skill and MCP servers for Claude Code, Codex, and Gemini CLI so agents can ground responses in real paper content.
Can I add papers without an arXiv ID?▼
Yes. You can add papers by title, URL, Semantic Scholar ID, local PDF, or bulk import from JSON, BibTeX, or text files.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides