stage-refs-curator

Curates verified BibTeX entries, reading notes, and reference indexes from fetched bibliographic records.

2|Updated Aug 3, 2026
One-click install
npx skills add https://github.com/wanghao9610/STAGE --skill stage-refs-curator-wanghao9610
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stage-refs-curator
Source: https://github.com/wanghao9610/STAGE/tree/main/.qwen/skills/stage-refs-curator
Command: npx skills add https://github.com/wanghao9610/STAGE --skill stage-refs-curator-wanghao9610

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Academic manuscripts need a bibliography where every field is traceable to a real source and every claim about a cited work can be audited. This Skill maintains a verified reference base — BibTeX entries transcribed only from records fetched during the run, per-paper reading notes with auditable citable facts, and a provenance index — so citations never come from memory or guesswork. ## Core Features & Use Cases - Verified intake: Resolves arXiv ids, DOIs, URLs, or titles against DBLP, Crossref, Semantic Scholar, and arXiv with a three-field match rule, caching every payload and recording a % src: provenance line per entry. - Discovery and seeding: discover searches by topic from the paper's own story and proposes ranked candidates for the author to approve; seed converts imported STAR reference trees while preserving upstream citekeys. - Maintenance modes: tidy deduplicates offline, position clusters the base for related work, verify re-fetches and diffs every entry, and score refreshes impact metrics. - Use Case: While drafting a paper's related work section, run discovery to find candidate papers from your story notes, approve a subset, and receive fetched BibTeX entries plus reading notes whose citable facts a citation auditor can later verify. ## Quick Start Ask the assistant to run stage-refs-curator with an arXiv id or DOI to add that paper to the bibliography and write its reading note.

Frequently Asked Questions about stage-refs-curator

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

FAQPage Schema
How do I add a paper to a BibTeX bibliography from an arXiv id or DOI?

Pass the arXiv id, DOI, URL, or quoted title as the argument, or use the add mode for several papers at once. The record is fetched from DBLP, Crossref, Semantic Scholar, or arXiv, matched on title, first-author surname, and year, then transcribed into reference.bib with a provenance line.

How do I find related work papers worth citing for my manuscript?

Use the discover mode, which builds a search profile from your story notes, claim ledger, and drafted sections, then queries bibliographic endpoints for candidates. It proposes a ranked list with reasons and provisional impact scores, and nothing enters the bibliography until you pick from the list.

Can it import references from an existing STAR research project?

Yes, the seed mode converts imported STAR reference trees found under the mates directory. Upstream citekeys are preserved byte-for-byte, notes are converted with provenance markers, and entries already verified upstream are not re-fetched.

What happens when a paper's bibliographic record cannot be fetched?

The paper is never guessed into the bibliography. It gets one line in the Needs manual check block at the end of the bib file, with the failure detail recorded in the index, so the gap stays visible instead of becoming a fabricated entry.

How does it keep bibliography entries accurate over time?

The verify mode re-fetches every entry from its recorded source URL and diffs it field by field, showing the full diff before any correction lands. Entries whose sources have vanished keep their fields and are flagged in the index rather than silently altered.