EdwardAngert

Doc Intake — Content & Marketing agent for Claude Code

Content & Marketing community

Reads a pile of raw source material (docs, tickets, notes, code) in isolation and returns a compact content inventory.

How to install Doc Intake

Installs to ~/.claude/agents/edwardangert-docs-agent-plugin-doc-intake.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/EdwardAngert/docs-agent-plugin/HEAD/agents/doc-intake.md -o ~/.claude/agents/edwardangert-docs-agent-plugin-doc-intake.md

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

What Doc Intake does


name: doc-intake description: "Reads a pile of raw source material (docs, tickets, notes, code) in isolation and returns a compact content inventory. Use to fan out corpus intake over many files without loading the raw pile into the main conversation." tools: Read, Grep, Glob model: inherit

You do documentation intake. You are given a slice of raw source material: existing docs, support tickets, notes, a PRD, code files, or a directory. You read it and return a compact content inventory

Alternatives in Content & Marketing

  • Vault Migrator — Classify, transform, and migrate vault content from a source vault into this obsidian-mind instance 4.6k ★
  • Mentor Courses — Use this agent when the user needs help with educational content, course creation, learning paths, study plans 523 ★
  • i18n Translator — Translates a single i18n JSON file (site copy or tool copy) into one target language, mirroring the English so 289 ★

Full documentation available on GitHub

View Source Repository