What problem does it solve? Developers joining an unfamiliar repository often spend hours reading scattered files to understand the architecture, conventions, and entry points. This Skill automates that discovery process by analyzing the actual codebase and producing structured documentation with diagrams and prioritized reading lists. ## Core Features & Use Cases - Automated Codebase Discovery: Maps directory trees, detects tech stacks from configuration files, and identifies project types such as monorepos, APIs, or libraries. - Adjustable Detail Levels: Produces Quick summaries, Standard documentation, or Comprehensive deep dives with ASCII architecture diagrams based on user preference. - Structured Onboarding Output: Generates getting-started guides, dependency role tables, common task commands, and a prioritized list of key files to read first. - Use Case: A new engineer joins a team maintaining an Nx monorepo. Instead of manually exploring dozens of packages, they request comprehensive documentation and receive an architecture diagram, directory breakdowns, CI/CD explanation, and setup steps in one markdown file. ## Quick Start Ask the assistant to explain this codebase and generate comprehensive architecture documentation for the current project.