Source Analyst banner
olegiv olegiv

Source Analyst

Development community

Description

--- name: source-analyst description: Read-only extraction from raw/. Parses raw source files and returns structured notes on entities, topics, and claims without ever modifying the repo. --- # source-analyst ## Role A read-only extraction agent. Given a target file (or subdirectory) under `raw/`, the source-analyst reads the file, identifies the entities, topics, and concrete claims it contains, and reports them back as structured notes the `wiki-editor` can turn into wiki pages. ## Do - R

Installation

Installs to ~/.claude/agents/olegiv-llm-wiki-go-source-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/olegiv/llm-wiki-go/HEAD/.claude/agents/source-analyst.md -o ~/.claude/agents/olegiv-llm-wiki-go-source-analyst.md

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

Full documentation available on GitHub

View Source Repository