mathpluscode/bibtools

3 stars · Last commit 2026-04-12

A bibliography toolkit for LaTeX, built as agent skills.

README preview

# bibtools

A bibliography toolkit for LaTeX, built as agent skills. Available for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) and [Codex](https://openai.com/index/introducing-codex/).

**[bibtidy](#bibtidy)** — Cross-check BibTeX entries against Google Scholar, CrossRef, and conference/journal sites. Upgrades arXiv/bioRxiv preprints to published versions (even when the title changed upon publication), corrects metadata (authors, pages, venues), and flags duplicate entries.

![bibtidy demo](docs/bibtidy_demo.gif)

## Install

Installation differs by platform. Claude Code uses the plugin marketplace; Codex uses native skill discovery.

### Claude Code

Add the marketplace in Claude Code:

```bash
/plugin marketplace add mathpluscode/bibtools
```

View full repository on GitHub →