bibliography-from-ids

Generate BibTeX entries from arXiv, DOI, and ACL Anthology identifiers.

4|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AMindToThink/claude-code-settings --skill bibliography-from-ids
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bibliography-from-ids
Source: https://github.com/AMindToThink/claude-code-settings/tree/main/skills/bibliography-from-ids
Command: npx skills add https://github.com/AMindToThink/claude-code-settings --skill bibliography-from-ids

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It replaces handwritten bibliography metadata with an identifier-first workflow that pulls canonical citation data from trusted sources and reduces author, title, year, and venue errors.

Core Features & Use Cases

  • Generates BibTeX entries from arXiv, DOI, ACL Anthology, or manual records in one source-of-truth file.
  • Rewrites citation keys to match the project standard, annotates entries with source and claim notes, and writes the bibliography atomically.
  • Verifies that every citation command in the manuscript resolves and flags unused entries before LaTeX build time.
  • Use it when starting a paper, adding references, fixing a broken bibliography, or auditing citation correctness.

Quick Start

Ask the skill to turn your citation IDs into a validated bibliography and check that every cite key in the manuscript resolves.

Frequently Asked Questions about bibliography-from-ids

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

FAQPage Schema
How do I generate BibTeX entries from arXiv and DOI identifiers?

To generate BibTeX entries from arXiv and DOI identifiers, use an identifier-first workflow that pulls canonical citation data from trusted sources. This approach replaces handwritten metadata, reducing author, title, year, and venue errors in your bibliography.

What's the best way to verify citation keys resolve before a LaTeX build?

Verifying citation keys resolve before a LaTeX build requires offline cite linting. You can check that every citation command in the manuscript resolves and flag unused entries, ensuring fail-loud validation of missing or malformed references.

Can I automatically rewrite BibTeX citation keys to match a project standard?

Yes, you can rewrite citation keys to match a project standard. This process applies atomic BibTeX regeneration, annotating entries with source and claim notes while writing the bibliography safely to one source-of-truth file.

How does an identifier-first workflow fix broken LaTeX bibliography metadata?

An identifier-first workflow fixes broken bibliography metadata by pulling canonical citation records from trusted sources like arXiv, DOI, and ACL Anthology. It eliminates manual entry errors and applies atomic BibTeX regeneration for verified citations.

Does this citation generation approach support ACL Anthology and manual records?

Yes, this citation generation approach supports ACL Anthology and manual records. It applies identifier precedence to generate canonical bibliography entries from arXiv, DOI, ACL Anthology, or manual records in one source-of-truth file.

Why do I need offline cite linting for my bibliography verification?

You need offline cite linting for bibliography verification to ensure every citation command resolves correctly. It flags unused entries and provides fail-loud validation of missing or malformed references before LaTeX build time.