quodsolerquodsolerCommunityยท27 Agent Skills Included

unreal-engine-skills

Production-accurate Unreal Engine 5 C++ coding guidance

Guides coding agents through 27 Unreal Engine 5 C++ domains, including gameplay abilities, networking, animation, physics, UI, and procedural generation. Eliminates hallucinated APIs by providing source-verified function signatures, class hierarchies, and working code patterns. Captures project context once so every skill gives advice matched to your engine version, modules, and plugins.
npx skills add quodsoler/unreal-engine-skills --all -g -y

All Skills in This Repository (27)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-async-threading

Expert in server-side development with Go, Python, and Java, delivering scalable RESTful APIs, microservices, and efficient algorithms for complex systems.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-input-system

Configure Unreal Engine Enhanced Input with C++ bindings and triggers.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-testing-debugging

Guide Unreal Engine C++ testing, logging, assertions, and debugging workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-ui-umg-slate

Guide Unreal Engine UI development with UMG, Slate, and Common UI.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-procedural-generation

Generates procedural content in Unreal Engine using PCG, ProceduralMeshComponent, ISM/HISM, and spline-based techniques.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-physics-collision

Configure Unreal Engine collision channels, trace queries, and physics simulation.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-sequencer-cinematics

Control Unreal Engine Sequencer cinematics with C++ code examples.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-mass-entity

Implement Unreal Engine Mass Entity fragments, processors, and observers for large-scale simulation.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-serialization-savegames

Implement save/load systems in Unreal Engine using USaveGame and FArchive.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-data-assets-tables

Manage Unreal Engine data assets and tables with loading patterns.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-gameplay-abilities

Guide C++ development of Unreal Engine Gameplay Ability System components.

Community
Advanced
๐Ÿ“ฆ In Repo
quodsolerquodsoler

ue-audio-system

Guide C++ audio implementation for Unreal Engine sound playback and systems.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install unreal-engine-skills?โ–ผ

Run `npx skills add quodsoler/unreal-engine-skills --all -g -y` in your terminal to install all 27 skills globally. To install only specific skills, use `--skill ue-cpp-foundations` style flags instead of `--all`.

What Unreal Engine topics do these skills cover?โ–ผ

They cover core C++ foundations, actor-component architecture, GAS, networking and replication, animation, character movement, AI navigation, Niagara VFX, materials, UI, save games, World Partition, editor tools, and testing.

How do these skills prevent wrong Unreal API code?โ–ผ

Every skill was audited against actual Unreal Engine source code, so function signatures, class hierarchies, and method names are real and current. Each skill also lists common mistakes and anti-patterns to avoid.

Which coding agents work with these skills?โ–ผ

They work with Claude Code, Cursor, Windsurf, and any agent that supports the open Agent Skills specification. Skills activate automatically when you ask about Unreal Engine tasks.

Do I need to configure anything after installing?โ–ผ

Run the ue-project-context skill once to capture your engine version, modules, and plugins. All other skills then read that file to give advice tailored to your specific project.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’