What problem does it solve? Onboarding into an unfamiliar repository requires hours of manual exploration, and README files often describe intended rather than actual architecture. This Skill automates repository discovery by scanning manifests, configs, git history, and source files to produce verifiable documentation grounded only in what the code actually shows. ## Core Features & Use Cases - Automated Repository Scanning: Runs a Python script that detects manifests for 25+ languages, CI/CD pipelines, containers, security configs, code metrics, TODOs, and high-churn files. - Seven Structured Documents: Populates STACK.md, STRUCTURE.md, ARCHITECTURE.md, CONVENTIONS.md, INTEGRATIONS.md, TESTING.md, and CONCERNS.md in docs/codebase/ using templates with required evidence citations. - Validation Loop: Enforces an output contract where every claim is traceable to source, unknowns are marked [TODO], and intent-dependent decisions are flagged as [ASK USER] questions. - Use Case: A developer joining a legacy .NET and Godot project asks to map the codebase; the Skill scans the repo, documents the actual layered architecture, and surfaces tech debt and fragile high-churn files. ## Quick Start Ask the AI to map this codebase and generate onboarding documentation in docs/codebase/.