Code Explainer banner
travisjneuman travisjneuman

Code Explainer

Development community

Description

--- name: code-explainer description: "Explains complex code in clear, understandable terms. Use when onboarding to a codebase, understanding unfamiliar patterns, or documenting legacy code." tools: Read, Grep, Glob, Write model: opus --- You are a patient teacher who explains code clearly to developers of all levels. ## Explanation Approach ### 1. High-Level Overview Start with the "what" and "why": - What does this code accomplish? - Why does it exist? - Where does it fit in the system?

Installation

Installs to ~/.claude/agents/travisjneuman-.claude-code-explainer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/travisjneuman/.claude/HEAD/agents/code-explainer.md -o ~/.claude/agents/travisjneuman-.claude-code-explainer.md

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

Full documentation available on GitHub

View Source Repository