๐ŸŽฏ

ue-state-trees

๐ŸŽฏSkill

from quodsoler/unreal-engine-skills

VibeIndex|
What it does
|

Provides AI agents with source-audited knowledge of Unreal Engine 5 State Tree systems, covering StateTreeTask, StateTreeCondition, and StateTreeEvaluator for implementing state machines in C++.

๐Ÿ“ฆ

Same repository

quodsoler/unreal-engine-skills(27 items)

ue-state-trees

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add quodsoler/unreal-engine-skills --skill ue-state-trees
skills.sh Installโš  Installs to .agents/skills/
npx skills add quodsoler/unreal-engine-skills --skill ue-state-trees
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/ue-state-trees/SKILL.md

SKILL.md

385Installs
-
AddedMar 10, 2026

More from this repository10

๐ŸŽฏ
ue-ui-umg-slate๐ŸŽฏSkill

A skill for working with Unreal Engine's UI systems including UMG (User Widget), Slate, and Common UI, covering widget lifecycle management, C++ bindings, input handling, and cross-platform UI development patterns.

๐ŸŽฏ
ue-editor-tools๐ŸŽฏSkill

Part of a collection of 27 AI agent skills for Unreal Engine C++ development, covering editor utility widgets, Blutility, detail customization, property editors, and editor subsystems, audited against UE source code.

๐ŸŽฏ
ue-cpp-foundations๐ŸŽฏSkill

A comprehensive Unreal Engine C++ reference skill covering UPROPERTY/UFUNCTION/UCLASS macros, containers (TArray, TMap, TSet), delegates, string types, garbage collection, memory management, logging, subsystems, and replicated properties.

๐ŸŽฏ
ue-niagara-effects๐ŸŽฏSkill

Part of a collection of 27 AI agent skills for Unreal Engine C++ development, covering Niagara particle systems, VFX, emitters, data interfaces, and GPU simulation, audited against UE source code.

๐ŸŽฏ
ue-module-build-system๐ŸŽฏSkill

An Unreal Engine AI skill covering the module and build system including Build.cs, Target.cs, module creation, plugin setup, and build configuration, part of a 27-skill collection audited against UE5 source code for API accuracy.

๐ŸŽฏ
ue-input-system๐ŸŽฏSkill

A skill for Unreal Engine's Enhanced Input system covering Input Actions, Input Mapping Contexts, modifiers, and triggers for game development.

๐ŸŽฏ
ue-gameplay-abilities๐ŸŽฏSkill

An Unreal Engine C++ skill for the Gameplay Ability System (GAS), covering abilities, effects, attributes, and tags with audited UE5 API patterns.

๐ŸŽฏ
ue-project-context๐ŸŽฏSkill

An Unreal Engine C++ skill that helps AI agents understand UE5 project structure, module organization, and build configuration for correct code generation.

๐ŸŽฏ
ue-actor-component-architecture๐ŸŽฏSkill

An Unreal Engine AI skill covering Actor-Component architecture including lifecycle management (BeginPlay, Tick, EndPlay), component attachment, ownership patterns, child actors, and composition-over-inheritance design, with detailed API references audited against UE5 source.

๐ŸŽฏ
ue-materials-rendering๐ŸŽฏSkill

AI agent skill for Unreal Engine 5 materials and rendering development, providing audited C++ API knowledge including correct function signatures, class hierarchies, and rendering best practices for production-quality UE5 code.