Document Ingest banner
dtothefp dtothefp

Document Ingest

Content & Marketing community

Description

--- name: document-ingest description: Ingests external documents (PDFs, web articles, research papers, ADRs, contracts, SOWs, blog posts, long pasted text) into the wiki with a consistent shape. Wraps the wiki-ingest skill, WebFetch, and the PDF skill, with smarter routing and judgment. Auto-fires when the user attaches a file with no other instruction (per the parent CLAUDE.md auto-ingest rule). Always emits the shared ingest output contract. Use when the user says "ingest this PDF/URL/article

Installation

Installs to ~/.claude/agents/dtothefp-claude-monorepo-document-ingest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dtothefp/claude-monorepo/HEAD/.claude/agents/document-ingest.md -o ~/.claude/agents/dtothefp-claude-monorepo-document-ingest.md

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

Full documentation available on GitHub

View Source Repository