What problem does it solve? Onboarding into an unfamiliar repository is slow and error-prone: READMEs are often outdated, architecture is undocumented, and tech debt is invisible. This Skill systematically scans a codebase and produces seven verifiable documentation files so developers can work effectively on the project without guessing. ## Core Features & Use Cases - Automated Repository Scanning: Runs a Python scan script that detects manifests for 25+ languages, CI/CD pipelines, containers, security configs, code metrics, git churn, and TODO/FIXME markers. - Seven Structured Documents: Populates STACK.md, STRUCTURE.md, ARCHITECTURE.md, CONVENTIONS.md, INTEGRATIONS.md, TESTING.md, and CONCERNS.md in docs/codebase/, with every claim traceable to source files. - Evidence-First Discipline: Unknowns are marked [TODO], intent-dependent decisions are marked [ASK USER], and a validation loop rejects unsupported claims before finalizing. - Use Case: A developer joining a legacy monorepo asks the agent to "map this codebase" and receives a complete, evidence-backed documentation set including high-churn fragile areas and security concerns. ## Quick Start Ask the agent to map this codebase and generate onboarding documentation in docs/codebase/ using the acquire-codebase-knowledge skill.