UditAkhourii/neuroarxiv
A skill to kill from-scratch coding — Claude checks real arXiv prior art before it designs a new architecture.
What it solves
NeuroArxiv prevents developers from "building from scratch" by forcing an AI agent to find and commit to a specific, grounded recommendation based on existing prior art from arXiv. Unlike general search tools that provide a list of sources for the user to filter, NeuroArxiv uses a disciplined process to synthesize multiple papers into a single, cited architectural or algorithmic decision, specifically flagging documented weaknesses and limitations of the cited research to avoid costly rebuilds.
How it works
The system follows a strict "isolate-then-converge" pipeline:
- Categorize: Maps the user's problem to specific arXiv categories and search terms.
- Fetch: Performs deterministic HTTP requests to the arXiv export API to gather papers.
- Diverge: An LLM reads each paper's abstract in complete isolation from the others to prevent source anchoring.
- Score & Cluster: Papers are scored for relevance and rigor, then grouped by architectural approach.
- Converge: The system selects one recommended path, synthesizes the findings, provides a first step for implementation, and lists pitfalls derived from all analyzed papers.
Who it’s for
It is designed for developers and researchers committing to non-trivial architectures, algorithms, or systems techniques where the cost of a wrong guess is a full rebuild.
Highlights
- Decision-Driven: Moves beyond search by forcing a single, grounded recommendation rather than a list of links.
- Source Skepticism: Specifically identifies and flags limitations and withdrawn proofs within the cited sources.
- Agent Integration: Installs as a skill for Claude Code and Codex CLI.
- Grounded Metadata: Uses real arXiv API metadata to ensure citations and links are authentic.
Related
- Project
- Project
- Project
- Project
- Project