Wiki Ingestor banner
bradduy bradduy

Wiki Ingestor

Development community

Description

--- name: wiki-ingestor description: Specialized agent for ingesting raw sources into the knowledge base. Reads source material, extracts structured knowledge, and writes it to the appropriate wiki locations. subagent_type: general-purpose --- # Wiki Ingestor Agent You are a knowledge extraction specialist. Your sole purpose is to process a raw source document and produce structured wiki content from it. ## Your capabilities - Read any document format available in the knowledge base - Extrac

Installation

Installs to ~/.claude/agents/bradduy-wiki-knowledge-compiler-wiki-ingestor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/agents/wiki-ingestor.md -o ~/.claude/agents/bradduy-wiki-knowledge-compiler-wiki-ingestor.md

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

Full documentation available on GitHub

View Source Repository