chronicle-reproduce-arxiv

Registers an arXiv paper and imports its code repository into a Chronicle reproduction experiment.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/methodic-research/skills --skill chronicle-reproduce-arxiv-methodic-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: chronicle-reproduce-arxiv
Source: https://github.com/methodic-research/skills/tree/main/plugins/chronicle/skills/chronicle-reproduce-arxiv
Command: npx skills add https://github.com/methodic-research/skills --skill chronicle-reproduce-arxiv-methodic-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires methodic-research.

What problem does it solve? Turning a published arXiv paper into a structured, trackable reproduction effort normally requires manually registering the paper, hunting down its official code repository, cloning it, and setting up an experiment record — this Skill automates that entire flow inside Chronicle. ## Core Features & Use Cases - Paper Registration: Registers any arXiv id or URL as a public arxiv asset via the Chronicle MCP server, with deduplication on (arxiv_id, version). - Code Discovery and Import: Locates the paper's public code repository (confirmed with the user), clones it, and runs the chronicle-import-repo core to attach code, documents, and reports. - Reproduction Framing: Pre-links the paper as an experiment input, writes a hypothesis_report grounded in the paper's headline claim, and creates a reproduction-focused research prompt. - Use Case: A researcher says "reproduce arXiv:2301.12345" — the Skill registers the paper, finds and confirms the official GitHub repo, imports it, and hands off an open experiment ready for agents to attempt the reproduction. ## Quick Start Ask the agent to reproduce arXiv:2301.12345 in Chronicle and confirm the code repository it proposes.

Frequently Asked Questions about chronicle-reproduce-arxiv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reproduce an arXiv paper in Chronicle?▼

Provide an arXiv id or URL (e.g. 2301.12345 or https://arxiv.org/abs/...) and the Skill registers the paper as an arxiv asset, locates and confirms its code repository, clones it, and imports everything into an open Chronicle experiment with a reproduction-framed research prompt.

What arXiv identifier formats are accepted?▼

The Skill accepts bare ids like 2301.12345, versioned ids like 2301.12345v2, legacy-style ids like math.GT/0309136, and full arXiv abs or pdf URLs. The register_publication MCP tool normalizes the id and dedups on (arxiv_id, version).

What happens if the paper has no public code repository?▼

The Skill offers a paper-only import: it creates the experiment with a minimal placeholder config, links the arxiv asset, writes the hypothesis report from the abstract, and anchors the reproduction prompt. Code can be attached later via chronicle-bundle-variation or a git push.

Does this skill cite papers or import PDF libraries?▼

No. Citing a paper is handled by chronicle-publications, bulk PDF library imports by chronicle-import-reports, and repos you already have checked out by chronicle-import-repo. This Skill is specifically for setting up a reproduction experiment from an arXiv paper.

Why does the skill fail with missing credentials?▼

Chronicle requires an API key in ~/.methodic/credentials.yaml or the CHRONICLE_API_KEY environment variable. Agents cannot bootstrap credentials, so you must mint an API key from the Methodic web UI first.