From manuscript-tools
Clean and standardize .bib files for AER/QJE economics journal submissions
How this skill is triggered — by the user, by Claude, or both
Slash command
/manuscript-tools:bibtex-janitorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cleans and standardizes BibTeX files for economics journal submissions (AER, QJE, etc.).
Cleans and standardizes BibTeX files for economics journal submissions (AER, QJE, etc.).
/clean-bib path/to/references.bib
pip install bibtexparser
load_bib(filepath): Load and parse BibTeX files using bibtexparsersave_bib(bib_db): Convert parsed database back to properly formatted BibTeXapply_title_case(entry): Apply title case with special handling for acronyms and proper namesstandardize_journal_names(entry): Map journal abbreviations to full formal namesprune_fields(entry): Remove metadata fields (abstract, keywords, file, etc.)handle_url_doi(entry): Conditionally keep URLs only for @techreport/@unpublished typesensure_nber_format(entry): Convert NBER papers to @techreport with proper institution fieldvalidate_entry(entry): Check for required fields by entry typeclean_entry(entry): Orchestrate all cleaning operations on a single entryclean_bib_file(filepath, in_place=False): Apply all cleaning to entire file@article: Journal papers (removes URLs, standardizes journal names)@techreport: Working papers and technical reports (preserves URLs)@book: Books (validates publisher field)@inproceedings / @incollection: Conference papers (validates booktitle field)npx claudepluginhub halidaee/econtools_marketplace --plugin manuscript-toolsCreate, merge, and deduplicate BibTeX bibliography files using R (RefManageR, bibtex). Generates entries from DOI/ISBN/arXiv IDs and exports clean sorted .bib files for R Markdown or Quarto projects.
Manage bibliography, sync Zotero/Mendeley, validate DOIs, convert citation formats. Triggers: add citation, manage bibliography, sync zotero, import references, check citations, validate bib, convert citations.
Audits citations in LaTeX files: checks \cite keys exist in .bib files and verifies entries via online literature search. Ideal for proofreading academic papers.