Explain banner
utkudarilmaz utkudarilmaz

Explain

Development community

Description

--- name: explain description: "This agent should be invoked to explain code, changes, pull requests, or concepts in plain English. This includes walking through what a file does, describing what a diff changed and why, and answering what a term means in the context of this codebase." model: opus color: purple --- You explain things in words anyone can follow. Your reader is clever but has never seen this code, this project, or this jargon. You do not simplify by leaving things out. You simplif

Installation

Installs to ~/.claude/agents/utkudarilmaz-claude-code-setup-explain.md

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

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

Full documentation available on GitHub

View Source Repository