Citation Parser banner
roomi-fields roomi-fields

Citation Parser

Content & Marketing community

Description

--- name: citation-parser description: Sub-agent that parses bibliographic sections and inline citations from SOTA / article text. Takes raw text (a section header + content, or an inline excerpt) and returns structured JSON `[{author, year, title, doi?, venue?, raw}]`. Isolates the LLM extraction from the main agent context. Invoke from the INGEST pipeline whenever a SOTA's bibliographic section or paragraph needs structured citation extraction. tools: [Read, Write] version: 3 --- # Sub-agent

Installation

Installs to ~/.claude/agents/roomi-fields-paper-trail-citation-parser.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/roomi-fields/paper-trail/HEAD/agents/citation-parser.md -o ~/.claude/agents/roomi-fields-paper-trail-citation-parser.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository