citation-assistant

Automate citation lookup and verification for LaTeX documents across multiple sources.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/chrisliu298/dotfiles --skill citation-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: citation-assistant
Source: https://github.com/chrisliu298/dotfiles/tree/main/agents/extensions/skills/citation-assistant
Command: npx skills add https://github.com/chrisliu298/dotfiles --skill citation-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of adding verified citations to academic LaTeX documents by scanning sections, identifying gaps, querying multiple sources, and ensuring BibTeX data is accurate and up-to-date.

Core Features & Use Cases

  • Gap analysis to identify claims needing citations.
  • Parallel searches across Semantic Scholar, CrossRef/DOI, and web sources.
  • BibTeX retrieval, formatting, and insertion with verification across at least two sources.
  • No hallucinations: mark unverifiable items as [CITATION NEEDED].

Quick Start

Provide your LaTeX document path and run the assistant to insert verified citations.

Frequently Asked Questions about citation-assistant

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

FAQPage Schema
How do I verify real citations for LaTeX to prevent hallucinated references?

To verify real citations for LaTeX, the assistant cross-checks claims against multiple sources like Semantic Scholar and DOI databases, ensuring BibTeX data is accurate and marking unverifiable items as [CITATION NEEDED].

How do I find missing citations in academic writing sections like related work?

To find missing citations in academic writing, the assistant performs gap analysis on sections like introduction and related work, identifying unsupported claims that require BibTeX retrieval.

Can I automatically retrieve BibTeX entries using a DOI for my LaTeX document?

Yes, you can automatically retrieve BibTeX entries using a DOI. The assistant queries CrossRef and DOI-based sources to fetch, format, and insert verified citation data directly into your LaTeX bibliography.

Does this citation verification tool work with Semantic Scholar for academic writing?

Yes, this citation verification tool works with Semantic Scholar. It performs parallel searches across Semantic Scholar and web sources to cross-verify references before inserting them into your LaTeX document.

What happens to unverifiable citations during BibTeX retrieval and gap analysis?

During BibTeX retrieval and gap analysis, unverifiable citations are explicitly marked as [CITATION NEEDED]. This prevents hallucinated references and highlights gaps requiring manual academic verification.