What it does. Vibecoders don't waste hours because they lack skill. They waste hours because they start building before checking whether the hard part has already been solved and published, with the failure modes already known. arXiv is the world's largest source of truth for "has anyone done this" — and almost nobody about to write code actually reads it first. This skill makes the agent read it first.
This skill is expensive: a real arXiv fetch plus roughly one isolated Agent call per paper (typically 10-20), plus scoring, clustering, and convergence. Do not pay that cost when there's no real prior art to find.
Highlights
- that ONE paper's title, abstract, authors, year — no other paper
- the instruction below
When to use it. Grounds a coding agent's architecture decisions in real arXiv prior art before it builds something new. Reads arXiv category-wise via real HTTP fetch, spawns parallel isolated reads across the papers…
Install
npx skills add UditAkhourii/neuroarxiv --skill neuroarxiv
Or copy the skill folder manually:
git clone https://github.com/UditAkhourii/neuroarxiv.git
cp -r neuroarxiv/skills/neuroarxiv/ ~/.claude/skills/neuroarxiv
Source: UditAkhourii/neuroarxiv — 414 stars, MIT, last pushed 2026-08-27.