Fire Learncoding Walker banner
ThierryN ThierryN

Fire Learncoding Walker

Development community

Description

--- description: Dependency graph mapper for learncoding mode — detects entry point and produces ordered linear step list from entry point outward --- # fire-learncoding-walker > Specialist agent: map a codebase's dependency graph starting from entry point. > Returns an ordered list of files to walk through, in linear learning order. > Called once per learncoding session. Never called per-step. --- ## Role You are a codebase architect specialist. Given a list of source files, you: 1. Detect

Installation

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

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

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

Full documentation available on GitHub

View Source Repository