osseous

4 mods across 1 repository, 2 stars between them.

read-ue-logs

01

osseous/skills

Skill Claude CodeCodex

Read and filter Unreal Engine log output from disk for any UE project. Auto-detects the project from the nearest .uproject, merges entries across all concurrently-active log files (editor session, standalone clients), and surfaces only recently-active sessions by default. Use when diagnosing a silent failure after a…

2 3mo ago A 88 tokens original MIT

osseous/skills

Skill Claude CodeCodex

Author Unreal Engine AngelScript tests using the Hazelight FUnitTest / FIntegrationTest framework. Use when adding regression coverage for .as gameplay code, scaffolding a new Test function, deciding between a unit test and an integration test (which requires a /Content/Testing/.umap) — or deciding whether a test even…

2 3mo ago A 168 tokens original MIT

osseous/skills

Skill Claude CodeCodex

Author Hazelight AngelScript (.as) gameplay code for Unreal Engine 5.x projects using the Hazelight UnrealEngine-Angelscript fork. AngelScript looks like UE C++ but differs in load-bearing ways — no #include, no GENERATEDBODY, default keyword for sub-object config, float is 64-bit, RPCs are reliable by default, no…

2 3mo ago A 176 tokens original MIT

unreal-engine

04

osseous/skills

Skill Claude CodeCodex

Author and modify Unreal Engine C++/Blueprint code for UE 5.x projects without hallucinating API surface. Mandates a discovery-then-search workflow — parse the .uproject and .Build.cs, grep both project Source/ and engine headers, and WebFetch dev.epicgames.com before stating any signature. Use when adding a…

2 3mo ago A 122 tokens original MIT