What problem does it solve? When approaching an unfamiliar Unity project, proposing architectural changes without understanding the existing setup leads to clashing patterns, redundant dependencies, and broken conventions. This Skill guides a structured reconnaissance of the project before any recommendations are made. ## Core Features & Use Cases - Technical Baseline Collection: Gathers Unity version, render pipeline, installed packages, and asmdef layout from Packages/manifest.json and Assets/. - Pattern Detection: Identifies existing use of ScriptableObject configs, service/singleton patterns, event-driven flows, custom inspectors, and tests. - Use Case: A developer joins a team maintaining an existing Unity game and asks "看看这个项目". The Skill produces a report covering the technical baseline, existing architectural signals, conventions worth preserving, risks, and constraints for future suggestions. ## Quick Start Ask the assistant to scout this Unity project and report its version, packages, asmdef structure, and existing coding patterns before suggesting any changes.