Dnvriend Bibtex Tool
dnvriend-bibtex-tool is a Claude Code plugin for the Build phase that exposes BibTeX bibliography CLI workflows to your coding agent.
Manage and validate BibTeX bibliographies from the terminal while writing papers, README citations, or technical docs with an agent.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-bibtex-tool@dnvriend/bibtex-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/bibtex-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/bibtex-tool").
What it does
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. Solo builders 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.
Highlights
- 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
Why builders use it
Hand-maintaining BibTeX entries and fixing broken citation keys slows down docs and research write-ups when your agent cannot call a real bibliography tool.
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.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is dnvriend-bibtex-tool for?
Solo builders 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.
Comments
Share how you use dnvriend-bibtex-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.