unity-architecture

Installation
SKILL.md

Unity Architecture Advisor

Use this before generating lots of gameplay scripts or when the user asks for a cleaner architecture.

Workflow

  1. Identify scope: prototype, small game, or long-lived project.
  2. Define the core loop and the minimum runtime systems needed.
  3. Recommend the smallest architecture that fits the scope.
  4. Separate:
    • scene/bootstrap layer
    • gameplay/domain logic
    • data/config assets
    • view/presentation layer
  5. Call out what should stay simple now vs what is worth abstracting.

Output Format

When using this skill, structure the advice as:

Installs
24
GitHub Stars
1.2K
First Seen
Mar 14, 2026
unity-architecture — besty0728/unity-skills