What problem does it solve? When you land in an unfamiliar codebase, you waste time manually hunting for entry points, config files, and architectural conventions. This Skill runs a systematic 5-phase reconnaissance protocol that maps structure, detects entry points, analyzes dependencies, and identifies architecture patterns with evidence-based findings only. ## Core Features & Use Cases - 5-Phase Exploration Protocol: Initial reconnaissance, structure mapping, entry-point detection, dependency analysis, and architecture-pattern detection with exact shell commands per phase. - Multi-Language Tech Stack Detection: Identifies frameworks, ORMs, and tooling across JavaScript/TypeScript, Python, Go, PHP, and Rust from manifest files like package.json, pyproject.toml, go.mod, Cargo.toml, and composer.json. - Architecture Pattern Recognition: Detects MVC, Clean Architecture, Hexagonal, feature-based, layered, microservices, modular monolith, and Next.js App Router layouts from directory indicators. - Use Case: Before starting a feature in a repo you have never seen, run the exploration to get a structured report of the tech stack, entry points, detected architecture, and potential code-organization issues to feed into planning. ## Quick Start Explore this repository and produce a structured report of its tech stack, entry points, and architecture pattern.