Convert social-science citations in Word documents to Bluebook-formatted footnotes or endnotes
npx claudepluginhub anitasrinivasan/cite2fnConvert social-science citations in Word documents to Bluebook-formatted footnotes or endnotes
A Claude Code plugin that converts hyperlinked citations, parenthetical references, and inline author-date mentions in Word documents into properly formatted Bluebook footnotes or endnotes.
Legal academics and law review authors frequently draft in Google Docs or Word using hyperlinks, author-date parentheticals, and references sections. Journals and publishers require Bluebook citation format with footnotes. Converting a 40-page paper by hand means hours of tedious, error-prone work: looking up each source, formatting it, inserting footnotes, cleaning up the body text, and tracking repeated citations for supra and Id.
Drop a .docx file into Claude Code, and the plugin handles the full conversion:
(Smith 2023), inline references like Bisbee et al. (2023) found..., and existing footnotes with bare URLsThe original file is never modified. You always get a new _converted.docx.
Law review article drafted in Google Docs. The author used hyperlinks throughout — clicking "Sunstein (2024)" jumps to an entry in the References section, and some citations link directly to SSRN or journal pages. The plugin detects all of these, pulls metadata from the URLs, matches internal anchors to reference entries, and produces a document with Bluebook footnotes ready for editorial review.
Empirical legal studies paper. The draft is full of parenthetical citations like (Angelino et al., 2017) and inline references like DellaVigna and Gentzkow (2019) show that.... There is no References section and no hyperlinks — just plain text. The plugin detects the author-date patterns, flags citations it can't find a source for, and converts the ones it can into properly formatted footnotes.
Conference paper being adapted for a law journal. The document has 25+ hyperlinks to arXiv, ACM Digital Library, and IEEE, with some sources cited multiple times. The plugin fetches metadata from each URL, formats the first citation in full Bluebook style, and automatically applies supra short forms for repeated sources — turning Hullman (2025) into Hullman, *supra* note 3 on subsequent appearances.
Existing footnotes that need cleanup. A draft already has footnotes, but they contain bare URLs or incomplete citations rather than Bluebook formatting. The plugin detects these, fetches metadata from the URLs, and replaces the footnote content with proper Bluebook text.
pymupdf is installedRequires Python 3.11+.
Add the marketplace and install the plugin:
/plugin marketplace add anitasrinivasan/cite2fn
/plugin install cite2fn@cite2fn
Then install the Python dependencies (one time):
pip install python-docx lxml httpx beautifulsoup4
For PDF metadata extraction (optional):
pip install pymupdf
git clone https://github.com/anitasrinivasan/cite2fn.git
cd cite2fn
pip install -e .
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search