Home / ar9av / paperorchestra · skills/literature-review-agent/SKILL.md · GitHub

literature-review-agent skillA

literature-review-agent is agent-read markdown (skill) from ar9av/paperorchestra: Step 3 of the PaperOrchestra pipeline (arXiv:2604.05018). Execute the literature search strategy from outline.json — discover candidate papers via web search, verify them through Semantic Scholar (Levenshtein > 70 fuzzy title match, temporal cutoff, dedup by paperId), cross-corroborate against Crossref + OpenAlex to flag hallucinated citations, build a BibTeX file, and draft Introduction + Related Work using ≥90% of the verified pool. Runs in parallel with the plotting-agent. TRIGGER when the or.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Literature Review Agent (Step 3)

Faithful implementation of the Hybrid Literature Agent from PaperOrchestra
(Song et al., 2026, arXiv:2604.05018, §4 Step 3, App. D.3, App. F.1 p.46).

**Cost: ~20–30 LLM calls.** This is one of the two longest steps (the other is
plotting). Wall-time floor is set by Semantic Scholar's 1 QPS verification
limit.

## Inputs

- `workspace/outline.json` — specifically `intro_related_work_plan` with the
  Introduction search directions and the 2-4 Related Work methodology
  clusters
- `workspace/inputs/conference_guidelines.md` — used to derive `cutoff_date`
- `workspace/inputs/idea.md`, `workspace/inputs/experimental_log.md` — for
  framing the Intro and grounding the Related Work positioning

## Outputs

- `workspace/citation_pool.json` — verified Semantic Scholar metadata for
  every paper that survived verification
- `workspace/refs.bib` — BibTeX file generated from the verified pool
- `workspace/drafts/intro_relwork.tex` — drafted Introduction and Related
  Work sections, written into the template, with the rest of the template
  preserved verbatim

## Two-phase pipeline (App. D.3)

```
PHASE 1 — Parallel Candidate Discovery
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ar9av/paperorchestra/literature-review-agent@git:20260921.e2940d6
Exact content
mdr add ar9av/paperorchestra/literature-review-agent@sha256:ce587cdc33300a18

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_5557gafrkiarvqis.svg)](https://markdownregistry.com/a/art_5557gafrkiarvqis)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.e2940d6 latest2026-09-21 e2940d6 20,824 BA view · diff
git:20260713.5a9e0462026-07-13 5a9e046 19,895 BA view · diff
git:20260602.770a8792026-06-02 770a879 18,762 BA view · diff
git:20260526.cae002d2026-05-26 cae002d 17,735 BA view · diff
git:20260410.6e9b80a2026-04-10 6e9b80a 15,144 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (20824 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

ar9av/paperorchestra · 664 stars · license NOASSERTION · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_5557gafrkiarvqis
GET https://markdownregistry.com/api/v1/resolve?ref=ar9av/paperorchestra/literature-review-agent
GET https://markdownregistry.com/api/v1/blob/ce587cdc33300a181fc56af281f204267a02d3078fa6a4021b3be62b9c464c25

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from ar9av/paperorchestra

agent-research-aggregator skill
ar9av/paperorchestra · skills/agent-research-aggregator/SKILL.md · Pre-pipeline aggregator that scans AI agent cache directories (.claude, .cursor, .antigravity, .openclaw) or any…
git:20260417.cc469cc · audit A · 664 stars
content-refinement-agent skill
ar9av/paperorchestra · skills/content-refinement-agent/SKILL.md · Step 5 of the PaperOrchestra pipeline (arXiv:2604.05018). Iteratively refine drafts/paper.tex by simulating peer review…
git:20260921.79998c1 · audit A · 664 stars
outline-agent skill
ar9av/paperorchestra · skills/outline-agent/SKILL.md · Step 1 of the PaperOrchestra pipeline (arXiv:2604.05018). Convert (idea.md, experimental_log.md, template.tex…
git:20260602.770a879 · audit A · 664 stars
paper-autoraters skill
ar9av/paperorchestra · skills/paper-autoraters/SKILL.md · Run the four paper-quality autoraters from PaperOrchestra (arXiv:2604.05018, App. F.3) — Citation F1 (P0/P1 partition +…
git:20260409.c2de31b · audit A · 664 stars
paper-orchestra skill
ar9av/paperorchestra · skills/paper-orchestra/SKILL.md · Orchestrate the full PaperOrchestra (Song et al., 2026, arXiv:2604.05018) five-agent pipeline to turn unstructured…
git:20260602.770a879 · audit A · 664 stars
paper-writing-bench skill
ar9av/paperorchestra · skills/paper-writing-bench/SKILL.md · Reverse-engineer raw materials (Sparse idea, Dense idea, experimental log) from an existing AI research paper to build…
git:20260409.c2de31b · audit A · 664 stars
plotting-agent skill
ar9av/paperorchestra · skills/plotting-agent/SKILL.md · Step 2 of the PaperOrchestra pipeline (arXiv:2604.05018). Execute the visualization plan from outline.json — render…
git:20260921.8d6fd97 · audit A · 664 stars
section-writing-agent skill
ar9av/paperorchestra · skills/section-writing-agent/SKILL.md · Step 4 of the PaperOrchestra pipeline (arXiv:2604.05018). ONE single multimodal LLM call that drafts the remaining…
git:20260921.79e9bd8 · audit A · 664 stars

Every file in ar9av/paperorchestra

Browse by kind, by grade A, or by owner.