How this command is triggered — by the user, by Claude, or both
Slash command
/bibtex-tool:help commandThe summary Claude sees in its command listing — used to decide when to auto-load this command
Display help information for bibtex-tool CLI commands. ## Usage ## Arguments - `COMMAND` (optional): Specific command to get help for - `--help` / `-h`: Show help information - `--version` / `-v`: Show version information ## Examples ## Output Displays usage information, available commands, and options.
Display help information for bibtex-tool CLI commands.
# Show general help
bibtex-tool --help
# Show command-specific help
bibtex-tool COMMAND --help
# Show version
bibtex-tool --version
COMMAND (optional): Specific command to get help for--help / -h: Show help information--version / -v: Show version information# General help
bibtex-tool --help
# Command help
bibtex-tool search --help
# Version information
bibtex-tool --version
Displays usage information, available commands, and options.
npx claudepluginhub dnvriend/bibtex-tool --plugin bibtex-tool/paper-referencesVerifies ML paper references against arXiv, Crossref, DBLP, and Semantic Scholar. Detects hallucinated citations, preprint/preprint status, and missing fields, then auto-fixes or reports issues.
/bibliographyGenerates formatted bibliographies and citations in academic styles: APA, MLA, Chicago, IEEE, Harvard, Vancouver.
/auditAudits citations in a directory against a BibTeX file, reporting orphan and ambiguous citations.
/citeGenerates a formatted, numbered bibliography from the latest research session's findings in academic, GitHub, or Discourse styles. Supports --session <id> for specific sessions.
/factcheckVerifies BibTeX entries and cited claims in LaTeX papers against DBLP and web sources. Produces a structured report with corrections, unverified claims, and fixed BibTeX entries.