What problem does it solve? When reading unfamiliar code, developers often struggle to understand why a function, file, or line exists. This Skill recovers the original reasoning behind code by locating the commit that introduced it and reading the session transcript where it was created. ## Core Features & Use Cases - Function-level intent tracing: Identify the commit that introduced a function via git blame and retrieve the conversation that produced it. - File and line-level history: Explain the purpose of an entire file or the reason a specific line was added or modified. - Transcript retrieval: Read the original session transcript for a commit using the Entire CLI's checkpoint explain command. - Use Case: You inherit a codebase and find a puzzling utility function. Invoke this Skill with the function name to discover the original requirement and discussion that led to its creation. ## Quick Start Ask the assistant to explain why a specific function, file, or line of code exists in this repository.