What problem does it solve?
This Skill helps you safely understand an unfamiliar Unity project before proposing changes, so you can avoid conflicting with existing versions, packages, folder conventions, or code architecture.
Core Features & Use Cases
- Project Reconnaissance: Checks the Unity version, render pipeline, installed packages, and assembly definition layout.
- Structure Review: Summarizes the Assets folder organization and highlights notable code patterns such as ScriptableObject usage, singletons, event-driven flows, custom inspectors, and tests.
- Change-Safety Guidance: Identifies conventions, risks, and unknowns so you can make informed recommendations without assuming a clean-slate redesign.
- Use Case: Before adding a new system to an existing game, use this Skill to confirm the current stack and preserve the project’s established structure.
Quick Start
Ask me to inspect the Unity project and summarize its version, packages, asmdef layout, folder structure, and coding patterns before suggesting any changes.