What problem does it solve? When joining an unfamiliar codebase or evaluating a repository, developers waste hours clicking through directories trying to understand architecture, entry points, and hidden risks. This Skill performs structured read-only reconnaissance and delivers a concise architecture report without touching any code. ## Core Features & Use Cases - Architecture Mapping: Reads READMEs, configs, CI files, lockfiles, and tests to map directory structure, entry points, and key modules. - Gap Detection: Cross-checks documented API claims against actual code to surface documented-but-unimplemented features, missing tests, and stale docs. - Risk Identification: Identifies interfaces, adapters, generated directories, fragile assumptions, and sticky parts of the codebase. - Use Case: You inherit a legacy service with sparse documentation. Run this Skill to get an architecture overview, entry points, key seams, and a list of risks before writing a single line of code. ## Quick Start Scout this repository and report its architecture, entry points, key interfaces, sticky parts, and gaps.