Agent skill · AI & Agents

read-arxiv-paper

Use this skill when when asked to read an arxiv paper given an arxiv URL

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill read-arxiv-paper-az9713-nanochat-with-claude --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/read-arxiv-paper-az9713-nanochat-with-claude/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

You will be given a URL of an arxiv paper, for example: https://www.arxiv.org/abs/2601.07372 ### Part 1: Normalize the URL The goal is to fetch the TeX Source of the paper (not the PDF!), the URL always looks like this: https://www.arxiv.org/src/2601.07372 Notice the /src/ in the url. Once you have the URL: ### Part 2: Download the paper source Fetch the url to a local .tar.gz file. A good location is `~/.cache/nanochat/knowledge/{arxiv_id}.tar.gz`. (If the file already exists, there is no need to re-download it). ### Part 3: Unpack the file in that folder Unpack the contents into `~/.cache/nanochat/knowledge/{arxiv_id}` directory. ### Part 4: Locate the entrypoint Every latex source usually has an entrypoint, such as `main.tex` or something like that. ### Part 5: Read the paper Once you've found the entrypoint, Read the contents and then recurse through all other relevant source files to read the paper. #### Part 6: Report Once you've read the paper, produce a summary of the paper into a markdown file at `./knowledge/summary_{tag}.md`. Notice that 1) use the local knowledge directory here (it's easier for me to open and reference here), not in `~/.cache`, and 2) generate some reas

What's inside
Steps it walks through
  1. Part 1: Normalize the URL
  2. Part 2: Download the paper source
  3. Part 3: Unpack the file in that folder
  4. Part 4: Locate the entrypoint
  5. Part 5: Read the paper
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the read-arxiv-paper skill do?

Use this skill when when asked to read an arxiv paper given an arxiv URL

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill read-arxiv-paper-az9713-nanochat-with-claude --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going