ecs-performance-audit
Analyze Entity Component System implementations for performance bottlenecks including entity iteration efficiency, system priority ordering, memory allocation patterns in hot paths (OnUpdate, rendering loops), cache coherency, LINQ allocations, and boxing issues. Use when reviewing ECS code for optimization, debugging slow entity updates, or investigating frame rate drops.
$ Installieren
git clone https://github.com/kateusz/GameEngine /tmp/GameEngine && cp -r /tmp/GameEngine/.claude/skills/ecs-performance-audit ~/.claude/skills/GameEngine// tip: Run this command in your terminal to install the skill
Repository

kateusz
Author
kateusz/GameEngine/.claude/skills/ecs-performance-audit
7
Stars
0
Forks
Updated1w ago
Added1w ago