What problem does it solve? Before writing new code, developers need to understand how existing features actually work. This Skill reproduces the ECC code-explorer agent behavior inside the Hermes Agent, giving you a structured investigation procedure that traces execution paths and maps architecture before any new development begins. ## Core Features & Use Cases - Entry Point Discovery: Finds the main entry points of a feature and traces from user action or external trigger through the stack. - Execution Path Tracing: Follows the call chain end to end, noting branching logic, async boundaries, data transformations, and error paths. - Architecture and Dependency Mapping: Identifies layers, patterns, naming conventions, external libraries, and internal module dependencies worth reusing. - Use Case: Before adding a new payment flow to an unfamiliar repository, run this Skill to produce a structured exploration report with entry points, execution flow, key files, dependencies, and recommendations for new development. ## Quick Start Invoke the agent-code-explorer skill and describe the feature, file, or area of the codebase you want analyzed.