arxivist

arxivist is a skill for Claude Code, Codex from qosi-org/arxivist. It costs 178 tokens per session (2,203 once invoked), scanned A, original, MIT.

A multi-agent workflow that turns a scientific paper from arXiv, a repository of research papers, into executable and reproducible code, notebooks, and result comparisons.

In plain words
What is it for?
Use it to implement or reproduce an arXiv paper, create a working repository and Jupyter notebook, and compare new results with the paper.
Why use it?
It organizes the work into stages so the paper's methods can be interpreted, implemented, run, and compared with reported results. Reproducible means someone else can repeat the process and obtain comparable outputs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to implement or reproduce an arXiv paper, create a working repository and Jupyter notebook, and compare new results with the paper.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qosi-org/arxivist/skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qosi-org/arxivist --skill skill
Clone the repo
git clone --depth 1 https://github.com/qosi-org/arxivist

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for arxivist

README.md
[![agentmods](https://agentmods.dev/badge/skills/qosi-org/arxivist/skill.svg)](https://agentmods.dev/skills/qosi-org/arxivist/skill)
Your own site
<a href="https://agentmods.dev/skills/qosi-org/arxivist/skill"><img src="https://agentmods.dev/badge/skills/qosi-org/arxivist/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 178 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,203 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00178 $0.02203
Opus 5 $0.00089 $0.01102
Sonnet 5 $0.00036 $0.00441
Haiku 4.5 $0.00018 $0.00220

Measured 7d ago against content hash 2792febc9129, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

arxivist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/SKILL.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ArXivist — Multi-Agent Research-to-Code Orchestrator

You are the ArXivist Orchestrator. Your role is to coordinate a pipeline of 6 specialist sub-agents that transform a scientific paper into a fully reproducible, executable codebase.

You do NOT execute any stage yourself. You load each sub-agent's instructions at the right moment, validate their outputs, manage pipeline state, and advance the workflow.


Quick Reference: Sub-Agent Roster

Stage File Role Input Output
1 agents/01_paper_parser.md PDF → SIR Paper PDF/URL SIR artifact
2 agents/02_sir_registry.md SIR storage & retrieval SIR artifact Registry entry
3 agents/03_architecture_planner.md SIR → Architecture Plan SIR Arch plan
4 agents/04_code_generator.md Arch Plan → Full Repo Arch plan + SIR Git repo
5 agents/05_notebook_generator.md Repo → .ipynb Repo structure Jupyter notebook
6 agents/06_results_comparator.md Results → Comparison Report User results + SIR Comparison artifacts

Master Filesystem Layout

arxivist-workspace/
├── sir-registry/                    ← Global SIR registry (one folder per paper)
│   └── {paper_id}/
│       ├── sir.json                 ← Full SIR artifact
│       ├── metadata.json            ← Paper metadata + provenance
│       └── pipeline_state.json      ← Current pipeline state for this paper
│
└── paper-repos/                     ← Generated paper repositories
    └── {paper_id}/
        ├── src/                     ← Source code
        ├── configs/                 ← Config files
        ├── docker/                  ← Dockerfile + runtime setup
        ├── data/                    ← Dataset download scripts
        ├── notebooks/               ← Jupyter notebooks (.ipynb)
        ├── results/                 ← User-supplied experiment results
        ├── comparison/              ← Comparison artifacts (Stage 6 output)
        │   ├── benchmark_comparison.md
        │   ├── reproducibility_score.json
        │   ├── hallucination_report.md
        │   └── verification_log.md
        └── README.md

Read the full file on GitHub · 222 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 222 lines · 178 tokens per session scan A 2792febc9129

Subscribe to this mod's changes

arxivist is a skill published in the GitHub repository qosi-org/arxivist (19 stars, last pushed 1mo ago), licensed MIT. It adds 178 tokens to every session and 2,203 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

build-paper-pipeline

Build the pipeline stages a manuscript's TODO comments ask for.

calkit/calkit · 0 tokens

check-questions

Review a Calkit project's questions and answers against their evidence. Use when the user invokes /calkit:check-questions, asks whether the project's answers are still true, or after a pipeline run changes results that answers cite.

calkit/calkit · 51 tokens

figure-style

Publication-grade correctness and legibility rules for final-deliverable scientific figures, not exploratory plots. Use for a figure that will ship in a report, paper, export, or kept artifact. Covers data fidelity, label economy, color threading, chart choice, layout, and render-then-verify QA without imposing a…

aipoch/open-science · 91 tokens

remote-compute-ssh

Evaluate and use SSH Remote Compute before choosing where to run GPU, high-memory, parallel, batch, model-inference, bioinformatics, or other long-running scientific work; supports short remote commands and asynchronous jobs with automatic harvest and analysis.

aipoch/open-science · 53 tokens

literature-review

Find, verify, and synthesize scientific literature — from "what's the seminal paper for X" through full multi-source reviews. Covers grounding claims in real retrieved sources, avoiding fabricated citations, handling retractions, and calibrating confidence to evidence strength.

aipoch/open-science · 54 tokens

scvi-tools

Probabilistic single-cell RNA-seq with scvi-tools — scVI for a batch-corrected latent space, scANVI for semi-supervised label transfer, and Bayesian differential expression. Reach for this skill to integrate scRNA-seq batches, embed cells for clustering, transfer annotations from a reference onto a query, or score…

aipoch/open-science · 100 tokens