unity-project-scout

Scan Unity projects to report version, render pipeline, packages, and asmdef layout.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-project-scout-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-project-scout
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/project-scout
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-project-scout-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unity project reconnaissance to rapidly reveal version, render pipeline, package inventory, asmdef layout, and asset structure to inform architecture decisions.

Core Features & Use Cases

  • Inspect Unity version, render pipeline, packages, and notable dependencies
  • Analyze asmdef layouts, Assets/ folder structure, and common patterns (ScriptableObject config, service/singleton patterns, event-driven flows, custom inspectors, and tests)
  • Provide a baseline assessment and actionable recommendations for existing projects

Quick Start

Launch this skill in your Unity project to generate a baseline assessment and recommended next steps.

Frequently Asked Questions about unity-project-scout

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

FAQPage Schema
How do I analyze an existing Unity project's architecture and dependencies?

To analyze a Unity project's architecture, you can scan the codebase to reveal the Unity version, render pipeline, installed packages, and asmdef layout. This provides a structured technical baseline for informed architecture decisions.

What is the best way to map asmdef layouts and folder structure in Unity?

Mapping asmdef layouts and folder structures in Unity involves reading project settings and code organization signals. This process detects ScriptableObject configs, service patterns, and event-driven flows to spot gaps and inconsistencies across modules.

Can I detect architectural risks and common patterns in my Unity codebase?

Yes, you can detect architectural risks in a Unity codebase by scanning for common patterns like custom inspectors and tests. This baseline assessment flags inconsistencies and module risks, returning actionable recommendations for your project.

How do I check Unity version and render pipeline for a project baseline assessment?

Checking the Unity version and render pipeline for a baseline assessment involves inspecting project settings and package inventory. This reconnaissance reveals notable dependencies and asset structures to guide your architecture decisions.

Does Unity project scouting work for existing projects with complex module structures?

Yes, Unity project scouting works for existing projects by reading code organization signals across complex modules. It assesses the technical baseline, detects established patterns, and flags structural gaps without requiring external dependencies.