Use this agent to process large documents that exceed context limits. Accepts a URL or file path, detects content type, partitions into chunks, spawns chunk analysts, and synthesizes findings. Examples:
$curl -o .claude/agents/source-chunker.md https://raw.githubusercontent.com/zircote-plugins/sigint/HEAD/agents/source-chunker.mdInstalls into the current project.
Install source-chunker by running `curl -o .claude/agents/source-chunker.md https://raw.githubusercontent.com/zircote-plugins/sigint/HEAD/agents/source-chunker.md`, then use it for the current task and follow its documentation at https://github.com/zircote-plugins/sigint.