What problem does it solve? Getting oriented in an unfamiliar repository is slow and error-prone; this Skill provides a structured procedure for understanding how a codebase works, where functionality lives, and how data flows through it. ## Core Features & Use Cases - Guided Exploration Workflow: Starts from package.json/composer.json and README files, identifies entry points, and traces requests from entry to database. - Architecture Pattern Recognition: Notes dependency injection, repository, and service layer patterns while documenting findings in a summary. - Use Case: When joining a new project, ask the agent to trace how user authentication works; it will read the manifest files, locate entry points, follow the auth flow, and answer key questions about frameworks, databases, and test structure. ## Quick Start Ask the agent to explore this repository and explain how a specific feature or request flows through the code.