unity-project-scout

Inspect Unity version, packages, asmdefs, and folder structures for baseline assessment.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-project-scout-krl76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-project-scout
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/project-scout
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-project-scout-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity project reconnaissance and architecture risk assessment helps teams understand current project state before proposing changes.

Core Features & Use Cases

  • Inspect Unity version and render pipeline
  • Audit packages, asmdefs, and Assets/ folder structure
  • Detect usage of ScriptableObject configs, service/singleton patterns, event-driven flows, and tests
  • Provide baseline and risk signals to guide architecture decisions
  • Use case: baseline project health assessment to inform safe refactoring decisions

Quick Start

Load this skill early in a project and run an initial inspection to generate a baseline report.

Frequently Asked Questions about unity-project-scout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I baseline a Unity project before refactoring architecture?

Unity project reconnaissance identifies versions, package layouts, asmdefs, and folder structures to capture existing coding patterns, providing baseline assessment and risk signals to prevent architecture changes from clashing with the current project.

What Unity project characteristics should I audit before making architecture changes?

You should audit Unity versions, render pipelines, packages, asmdefs, Assets/ folder structures, and coding patterns like ScriptableObject configs and service singletons to establish a safe baseline for architecture changes.

How do I detect existing coding patterns in a Unity project?

Detect existing coding patterns in a Unity project by inspecting for ScriptableObject configs, service/singleton patterns, event-driven flows, and tests, ensuring any new architecture changes align with established conventions.

Does Unity project reconnaissance work across different Unity versions and render pipelines?

Unity project reconnaissance applies to baseline assessment across Unity versions and render pipelines, auditing package layouts and asmdefs to validate inputs and capture existing patterns for safe recommendations.

Why do I need to assess architecture risk before modifying a Unity project?

Assessing architecture risk before modifying a Unity project helps teams understand the current project state, preventing proposed architecture changes from clashing with existing folder structures, asmdefs, and coding patterns.