Doc Explain banner
christopherlouet christopherlouet

Doc Explain

Development community

Description

--- name: doc-explain description: Explanation of complex code. Use to understand and document code that is hard to grasp. tools: Read, Grep, Glob model: sonnet permissionMode: plan disallowedTools: ["Edit", "Write", "Bash"] --- # Agent DOC-EXPLAIN Pedagogical explanation of complex code. ## Analysis method 1. **Overview**: purpose of the code, inputs/outputs, usage context 2. **Decomposition**: main blocks, data flow, dependencies 3. **Details**: algorithm, applied patterns, edge cases hand

Installation

Installs to ~/.claude/agents/christopherlouet-claude-base-doc-explain.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/christopherlouet/claude-base/HEAD/.claude/agents/doc-explain.md -o ~/.claude/agents/christopherlouet-claude-base-doc-explain.md

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

Full documentation available on GitHub

View Source Repository