unreal

Installation
SKILL.md

Unreal Engine Development Skill

Engine Detection

Look for: .uproject, .Build.cs, .uplugin, Source/, Content/, Config/DefaultEngine.ini, Binaries/

Project Structure

MyGame/
  Source/
    MyGame/
      Public/           # Headers (.h)
        Player/
        Enemies/
        UI/
        Systems/
      Private/          # Implementation (.cpp)
        Player/
        Enemies/
        UI/
Related skills
Installs
9
GitHub Stars
4
First Seen
Feb 14, 2026