Page1 Validator banner
roomi-fields roomi-fields

Page1 Validator

Development community

Description

--- name: page1-validator description: Sub-agent that validates whether a downloaded PDF matches the expected metadata (author, title, year). Anti-homonymy check on page 1. Invoke when a manual page 1 verification is needed on an acquired PDF, separate from the cascade's automatic validation. tools: [Bash, Read] --- # Sub-agent : page1-validator ## Role Verify that a PDF's page 1 matches an expected reference. This is the **core anti-homonymy guard** of the plugin : - Confirms the author sur

Installation

Installs to ~/.claude/agents/roomi-fields-paper-trail-page1-validator.md

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

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

Full documentation available on GitHub

View Source Repository