
Dnvriend Bibtex Tool
- Updated January 18, 2026
- dnvriend/bibtex-tool
dnvriend-bibtex-tool is a Claude Code plugin that exposes BibTeX bibliography CLI workflows to your coding agent.
About
dnvriend-bibtex-tool is a community Claude Code plugin wrapping a BibTeX-oriented Python CLI so you can edit, inspect, and maintain `.bib` files without leaving your coding agent session. developers who publish research notes, conference write-ups, or heavily cited README files often stall on reference hygiene; this plugin gives the agent a concrete tool hook instead of hand-editing entries or guessing citation keys. It is phase-specific documentation tooling: you reach for it while drafting or polishing bibliographies, not while validating pricing or running production monitors. Expect a narrow scope—BibTeX file operations and Python-backed utilities—not PDF compilation or reference discovery from DOI APIs unless the underlying repo adds those commands. Install when your workflow already uses BibTeX and you want Claude Code to invoke the same tool your shell would, keeping citations consistent across docs and agent-generated text.
- Python-based BibTeX tooling exposed as a Claude Code plugin bundle (1 plugin)
- Focused on bibtex workflows from the command line rather than GUI reference managers
- Fits solo builders who cite sources in academic posts, OSS docs, or zettelkasten-style knowledge bases
- Community catalog entry with keywords bibtex, python, and tool for discovery
- Lightweight adjunct to agent-assisted writing—not a full LaTeX IDE
Dnvriend Bibtex Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-bibtex-tool@dnvriend/bibtex-toolAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 18, 2026 |
|---|---|
| Repository | dnvriend/bibtex-tool ↗ |
What it does
Manage and validate BibTeX bibliographies from the terminal while writing papers, README citations, or technical docs with an agent.
Who is it for?
Best when you already use BibTeX and want agent-assisted citation file maintenance during doc sprints.
Skip if: Skip if you only need inline Markdown links or use Zotero-endnote workflows with no `.bib` files.
What you get
After you add the plugin, Claude Code can drive BibTeX-oriented commands so bibliographies stay structured and editable from the same session as your manuscript or README.
- Agent-invokable BibTeX CLI commands against your local bibliography files
- Cleaner citation keys and entries ready to include in LaTeX or Pandoc builds
- Repeatable bib maintenance without switching out of the coding session
By the numbers
- Plugin bundle lists pluginCount: 1
- Catalog keywords: bibtex, python, tool
- Source repo: dnvriend/bibtex-tool
Recommended Plugins
How it compares
Single-purpose BibTeX CLI plugin, not a full reference manager or LaTeX build pipeline.
FAQ
Who is Dnvriend Bibtex Tool for?
Developers and researchers who write in LaTeX or Markdown-with-BibTeX and want Claude Code to run bibliography tooling instead of editing `.bib` files blindly.
When should I use Dnvriend Bibtex Tool?
Use it during the Build docs subphase when you are assembling references, cleaning duplicate keys, or validating entries before you ship papers, posts, or cited README sections.
How do I add Dnvriend Bibtex Tool to my agent?
Register the dnvriend/bibtex-tool Claude Code plugin from the Skillselion catalog, ensure Python and the plugin’s CLI are on your PATH, then let Claude Code invoke the bundled tool per the repo’s install notes.