performance-tuning

Analyzes and optimizes p5.js game performance including FPS drops, particle limits, off-screen culling, object pooling, and memory usage. Use when checking performance, experiencing lag, frame stuttering, or when optimizing for late-game waves with hundreds of entities.

$ Instalar

git clone https://github.com/LuluFur/p5-web-games /tmp/p5-web-games && cp -r /tmp/p5-web-games/.claude/skills/performance-tuning ~/.claude/skills/p5-web-games

// tip: Run this command in your terminal to install the skill