Paper Trail Ingest banner
roomi-fields roomi-fields

Paper Trail Ingest

Development community

Description

--- description: Ingest the citations of one SOTA into the registry. Extracts bibliographic sections, parses citations via the citation-parser sub-agent, resolves DOI via Crossref/S2, deduplicates against the registry, creates new candidate refs, and substitutes free-text citations with [[wikilinks]]. Required first step to make a legacy SOTA conform to the paper-trail pipeline. --- # `/paper-trail:ingest <SOTA-path>` — Ingest one SOTA Étape 1 du pipeline cible : convertit un SOTA écrit en tex

Installation

Installs to ~/.claude/skills/roomi-fields-paper-trail-paper-trail-ingest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/roomi-fields-paper-trail-paper-trail-ingest && curl -fsSL https://raw.githubusercontent.com/roomi-fields/paper-trail/HEAD/commands/paper-trail-ingest.md -o ~/.claude/skills/roomi-fields-paper-trail-paper-trail-ingest/SKILL.md

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

Full documentation available on GitHub

View Source Repository