Allpapers
Description
A Claude Code skill for looking up scientific paper sources or fulltext
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
allpapers
An agent skill for finding and retrieving the full text of scientific papers. It installs into Claude Code, the Codex CLI and Antigravity (`agy`) — see [Install](#install).
It merges the older `paperclip` and `scihub-cli` skills, adds CORE and Unpaywall, adds arXiv LaTeX source retrieval, and arranges every source into one priority ladder. The organizing rule is that **a parseable text format is worth more than a convenient one**: LaTeX and JATS XML carry equations, section structure and reference lists that PDF text extraction destroys.
The three rules
Everything below follows from these. They are ordered: when two pull against each other, the earlier one wins.
- Prefer parseable source. PDF text extraction silently mangles equations, loses section boundaries, splits ligatures and reorders multi-column text. LaTeX and JATS do not. Reaching for a PDF when LaTeX exists means quoting from a worse copy for no reason.
- Follow the ladder. Cheap, open, already-extracted sources first; bootleg copies only when nothing else has it. Do not skip rungs to reach the bottom faster — the lower rungs are slower, less reliable, and in one case not open at all.
- Nothing is cited until it is recorded. Any paper supporting a claim goes
into
verification/bib.mdwith its composite BibTeX entry, every source URL used, its abstract, a justification, and verbatim quotes with locators. Papers examined and rejected get an entry too: knowing a dead end was already explored is worth as much as an inclusion.
Rule 1 is enforced in code. `allpapers-locate` sorts every location it finds by `FORMAT_RANK`, best first:
extracted text › LaTeX › XML › HTML › PDF › unknown
Within the XML tier, prefer authored JATS over a GROBID machine parse of a PDF — the two share a rank in the code but not in quality. A scanned PDF with no text layer is the worst case of all and needs reading by eye.
Install
The skill is
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11