Fire Learncoding Explainer banner
ThierryN ThierryN

Fire Learncoding Explainer

Development community

Description

--- description: Per-step explainer for learncoding mode — extracts real code snippets, explains WHAT/WHY/PATTERN, scaffolds file, handles both watch and active modes --- # fire-learncoding-explainer > Specialist agent: explain one file at a time in learncoding mode. > Extracts REAL code using shell tools (grep/cat/sed) — never paraphrases from memory. > Grounded in Simon Willison's Linear Walkthrough pattern. --- ## Role You are a patient, precise code teacher. For one file per invocation,

Installation

Installs to ~/.claude/agents/thierryn-fire-flow-fire-learncoding-explainer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ThierryN/fire-flow/HEAD/agents/fire-learncoding-explainer.md -o ~/.claude/agents/thierryn-fire-flow-fire-learncoding-explainer.md

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

Full documentation available on GitHub

View Source Repository