What problem does it solve? When joining an unfamiliar repository, developers waste time clicking through directories to understand what the project does and how it is organized. This Skill produces a concise architectural orientation by inspecting the top-level layout, README, and package manifests. ## Core Features & Use Cases - Structured Orientation: Maps each top-level directory to its role and identifies the project's stated purpose from the README. - Manifest Analysis: Reads Cargo.toml, go.mod, package.json, or pyproject.toml to identify stacks and build entry points. - Memory Integration: Retrieves and verifies existing architecture notes from memory, appending corrections when the repo has drifted. - Use Case: You clone a new open-source project and ask "What is this codebase?" — the Skill returns a one-sentence identity, a component breakdown, and the main runtime flow with build commands. ## Quick Start Ask the agent to give you a quick overview of this repository and explain its main components.