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.

$ 安裝

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