·unreal-engine-cpp-pro
</>

unreal-engine-cpp-pro

sickn33/antigravity-awesome-skills

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices.

57Installs·3Trend·@sickn33

Installation

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unreal-engine-cpp-pro

SKILL.md

This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code.

Robust Component Lookup Avoid GetComponentByClass in Tick. Do it in PostInitializeComponents or BeginPlay.

Interface Implementation Use interfaces to decouple systems (e.g., Interaction system).

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices. Source: sickn33/antigravity-awesome-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unreal-engine-cpp-pro
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is unreal-engine-cpp-pro?

Expert guide for Unreal Engine 5.x C++ development, covering UObject hygiene, performance patterns, and best practices. Source: sickn33/antigravity-awesome-skills.

How do I install unreal-engine-cpp-pro?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill unreal-engine-cpp-pro Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sickn33/antigravity-awesome-skills