UnrealEngine5-Skills
Unreal Engine 5.6-5.8 gameplay, UI, and debugging workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsue5-auto-assistant
Route Unreal Engine 5.6/5.7 development queries to specialized skills and MCP tools.
ue5-ui-umg-slate
Develop Unreal Engine 5 UI features using UMG and Slate widgets.
ue5-blueprint-workflow
Automate Blueprint feature implementation in Unreal Engine 5.6 and 5.7 projects.
ue5-world-interaction
Implement Unreal Engine 5.6/5.7 world interaction systems for pickups and spawners.
ue5-cpp-gameplay
Generate Unreal Engine 5.6/5.7 gameplay C++ code with paired .h/.cpp files.
ue5-pcg-building
Generates modular buildings in Unreal Engine 5 using PCG and Shape Grammar rules.
ue5-module-router
Route UE5.6/5.7 development queries to precise skills using module names and aliases.
ue5-debug-validation
Diagnose Unreal Engine 5.6/5.7 gameplay issues via log and asset analysis.
ue5-architecture
Design Unreal Engine 5.6/5.7 module layouts with Build.cs dependencies and reflection strategies.
ue5-performance-packaging
Optimize Unreal Engine 5.6/5.7 projects for performance and packaging readiness.
ue5-save-load-replication
Implement UE5.6/UE5.7 save/load and replication workflows for gameplay systems.
Frequently Asked Questions
FAQPage SchemaHow to install UnrealEngine5-Skills?โผ
Run `npx skills add UnrealXu/UnrealEngine5-Skills --all -g -y` in your terminal to install all eleven UE5 workflows globally.
Which Unreal Engine versions are supported?โผ
All workflows are validated against UE5.6, UE5.7, and UE5.8, including UE5.8-specific PCG scheduler, packaging, and Enhanced Input updates.
Can I use it without knowing skill names?โผ
Yes. The auto-assistant entry reads your plain-English request and routes it to the correct Blueprint, C++, UI, PCG, or debugging workflow automatically.
Does it help with Blueprint and C++ gameplay code?โผ
Yes. It generates complete .h/.cpp class pairs with reflection macros and builds Blueprint graphs with exact node and pin wiring steps.
Does it work with Codex and other coding assistants?โผ
Yes. Every workflow follows the universal SKILL.md standard and includes openai.yaml configs, so it runs in Codex, Claude Code, Cursor, and similar environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core